Python Tutorial - While Loop - Count To 100

  Рет қаралды 4,503

Geek Tutorials

Geek Tutorials

Күн бұрын

Пікірлер: 5
@jaiganesh6182
@jaiganesh6182 3 жыл бұрын
If we use 'if' instead of 'while' why the code gives only number 1 as output but if we give 'while' the output comes correctly?
@GeekTutorials1
@GeekTutorials1 3 жыл бұрын
Well spotted. 2 very different coding concepts.
@chasingmediocrity7208
@chasingmediocrity7208 5 жыл бұрын
end = input("what should I count to?") start = input("where should I start counting?") ending = int(end,10) starting = int(start,10) while ending != starting: starting = starting + 1 print(starting) #This'll let you determine where it starts and stops as well. This way you don't need to change the code to count to higher numbers, or to start at a number that isn't 0.
@GeekTutorials1
@GeekTutorials1 5 жыл бұрын
Nicely done!
@frederick7495
@frederick7495 3 жыл бұрын
Very Clear tutorial tyvm!
Python Tutorial - While Loop - Guessing Game
8:57
Geek Tutorials
Рет қаралды 14 М.
Python Full Course for Beginners
6:14:07
Programming with Mosh
Рет қаралды 42 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Python Program #30 - Make a Simple Calculator in Python
10:19
Programming For Beginners
Рет қаралды 36 М.
The Dome Paradox: A Loophole in Newton's Laws
22:59
Up and Atom
Рет қаралды 994 М.
Object Tracking from scratch with OpenCV and Python
1:00:13
Pysource
Рет қаралды 267 М.
What is mathematical thinking actually like?
9:44
Benjamin Keep, PhD, JD
Рет қаралды 17 М.
Python for Beginners - Learn Coding with Python in 1 Hour
1:00:06
Programming with Mosh
Рет қаралды 19 МЛН
Simple GUI Calculator in Python
22:51
NeuralNine
Рет қаралды 291 М.
Raspberry Pi Explained in 100 Seconds
2:08
Fireship
Рет қаралды 1 МЛН
Python Tutorial For Beginners - Compounding Interest Calculator
13:57
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН