ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

13 results

Enjoy Healthy Code
Solution (if else) 5 #python
0:23
Solution (if else) 5 #python

1,010 views

22 hours ago

Enjoy Healthy Code
Solution (if else) 4 #python

... empty string in Python an empty string is considered false when the if statement checks name which means if name equals true ...

0:23
Solution (if else) 4 #python

959 views

23 hours ago

Enjoy Healthy Code
Solution (if else) #python

Let's change x to three The condition asks is 3 greater than five This time the answer is false Because it's false Python skips the ...

0:18
Solution (if else) #python

944 views

1 day ago

Enjoy Healthy Code
Solution (if else) 8 #python

We set the variable x to 13 the if statement checks a condition is x greater than 5 since 13 is indeed greater than 5 the answer is ...

0:22
Solution (if else) 8 #python

127 views

6 hours ago

Enjoy Healthy Code
Solution (if else) 3 #python

We just have if name the variable name contains the string Sarah in Python any string that is not empty is considered true see this ...

0:24
Solution (if else) 3 #python

812 views

1 day ago

Enjoy Healthy Code
Solution (if else) 6 #python

... conditional block even though 10 is also greater than 8 the lf part is never checked because the first condition was already met.

0:23
Solution (if else) 6 #python

648 views

18 hours ago

Enjoy Healthy Code
Solution (if else) 2 #python

We have x= 10 and we check if x is greater than 5 however look closely at the print statement it is not indented in Python ...

0:24
Solution (if else) 2 #python

975 views

1 day ago

Amir Charkhi, PhD
Linked Lists: The Most Important Data Structure (HackerRank Solution)

Think linked lists are impossible to understand? You're about to discover why they're actually one of the most elegant data ...

14:29
Linked Lists: The Most Important Data Structure (HackerRank Solution)

97 views

2 weeks ago

Bitwise Smarter
Python for Beginners: Data Types, Type Errors, If-Else & Logic

Welcome to Bitwise Smarter If Python feels confusing — especially when you hit strange errors or don't understand why your ...

17:55
Python for Beginners: Data Types, Type Errors, If-Else & Logic

34 views

2 days ago

SimplySmart Learning
Conditional Logic: If Statement

In this lesson, we learn a simple and fast way to master Python if / elif / else conditionals. You'll learn how comparison operators ...

6:34
Conditional Logic: If Statement

62 views

3 days ago

Technobrilliant Learning Solutions
Chapter 4 – Python Conditional Statements | If-Else, Nested If, Ladder Explained | Technobrilliant

Welcome to Python Full Course – Chapter 4! In this lesson, we dive into Conditional Statements in Python including: ✓ If ...

26:06
Chapter 4 – Python Conditional Statements | If-Else, Nested If, Ladder Explained | Technobrilliant

5 views

13 days ago

Amir Charkhi, PhD
Interview-Ready Linked List Code: Tail Insertion Pattern

Struggling with linked list insertions? You're about to master one of the most fundamental operations in data structures!

22:31
Interview-Ready Linked List Code: Tail Insertion Pattern

56 views

2 weeks ago

NullPointer
Count all triplets with given sum in sorted array || Two Pointers + Combinatorics Explained

Count Triplets Equal to Target | Two Pointers + Combinatorics | Optimal O(n²) DSA Pattern Explained Triplet Sum Count | Two ...

29:03
Count all triplets with given sum in sorted array || Two Pointers + Combinatorics Explained

26 views

3 weeks ago