Write a Python Program That Asks the User for Their Name and How Many Times to Print it
Hello Programmers, Welcome to my channel.
In this video you will learn about how to Write a Python Program That Asks the User for Their Name and How Many Times to Print it
Code
=============================
name = input("Please Enter You Name : ")
times = int(input("Enter Number of Times Names has to be Printed : "))
for _ in range(times):
print(name)
Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners
Видео Write a Python Program That Asks the User for Their Name and How Many Times to Print it автора Python креатив
Видео Write a Python Program That Asks the User for Their Name and How Many Times to Print it автора Python креатив
Информация
2 декабря 2023 г. 17:05:12
00:03:57
Похожие видео