How to use Range Function|Beyond Tech| Visual Studio Code|Python|

Опубликовано: 06 Октябрь 2024
на канале: Beyond 's Code
71
3

Hello Everyone!
I hope this video was informative to you.
Please Like, Share, & Subscribe.
Visual Studio Code - https://code.visualstudio.com
Code -
for i in range(5):
print("Subscribe")

for num in range(1,21):
print(num)

for x in range(1,6):
print("Subscribe ",x)

else:
print("Subscribed")

for num in range(1,21):
print(num)



Song by Kevin MacLeod & Epidemic Sounds




#visualstudio #tech #python #pythonprogramming #range