Academia Middle Section Class: VII, Subject: ICT Chapter: 10 (Coding Club: Python Basics) Study Material-3, March 23, 2021 Q/A
Academia Middle Section Class: VII, Subject: ICT Chapter: 10 (Coding Club: Python Basics) Study Material-3, March 23, 2021 Q/A
Middle Section
Class: VII, Subject: ICT
Chapter: 10 (Coding club: Python Basics)
Study material-3, March 23, 2021
Q/A
Q5. Write a code to ask the user to enter your name and display it on screen.
Ans: name_1= input (“Write your name: ”)
Write your name: Ar-ruh
print (name_1)