Python 3 Tutorial - Write A Python Program To Print Your Name And Address

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

In this video you will learn about how to Write A Python Program To Print Your Name And Address

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

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

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

Code
=============================
name = "CodeWithTJ"
address = "MG Road, Mumbai, 500001"

print(f"My Name is : {name}")
print(f"My House Address is : {address}")

Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners
Рекомендации по теме