Programming With Python Practical 2

Question 1
Write a Python program to display your name using Interactive Mode.
Output
Question 2
Write a Python program to display “MSBTE” using Script Mode
msbte.py
Pyton
				print ("MSBTE")
			
Output

Leave a Comment

Your email address will not be published. Required fields are marked *