Write a Program in Python to Print Your Name Two Times

preview_player
Показать описание
Hi Guys, Welcome to my channel.

In this video you will learn about how to Write a Program in Python to Print Your Name Two Times

Python Scripts
======================

Python Functions Solved
==========================

Python Programs Solved
============================

Code
=============================
"""
Write a Program in Python to Print Your Name Two Times
"""

name = input("Enter your name : ")

for _ in range(2):
print(name)

Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners Write a Program in Python to Print Your Name two Times,
write a program to print your name twice on the screen in python
Рекомендации по теме