Write a python program for class 8 to print name and age
Answers
Answered by
1
Answer:
Write a Simple Program in Python
Open your Start menu and choose Python (command line). You should get a prompt that looks like >>>.
At the prompt, type the following. Use a single quote at the start and the end — it's beside the Enter key:
Press the Enter key. Python runs the code you typed.
Similar questions