How to print ALL numbers in python #Shorts

preview_player
Показать описание
Simple program to print infinite numbers. You have to import the sleep() function by adding "from time import sleep" at the top of your code.

This video is a short python tutorial, and it is part of the python shorts programming series.

If you enjoy python shorts videos to learn programming,
like and subscribe for more python shorts videos!

You have suggestions for upcoming videos? let me know :)

❤️ You want to support this channel? ❤️

Python Shorts Playlist
Python vs Java Playlist
Java Shorts Playlist

Music:
Licensed under Creative Commons: By Attribution 3.0 License

#python #coding #tutorial #learncoding #learnprogramming
#it #pythontutorial #programming #learnpython
Рекомендации по теме
Комментарии
Автор

If you enjoy these python tutorials, check out the Python-Shorts playlist on this channel!

zippycode
Автор

You have to import the sleep() function by adding "from time import sleep" at the top of your code.

zippycode
Автор

import sleep("from time import the sleep")

print(1)
print(2)
print(3)
print(4)

n = 1
while true:
print (n)
n = n + 1
sleep (0.5)

loyvalak
Автор

I need help, when i type to phyton program in python sides i can only write one line, when i want to start second one it allways finish the code = i want to type same as u did but when i want to start print(2) i press enter and it shows 1 And a new code idk how to better explain but pls help

viktorcech