0% found this document useful (0 votes)
3 views2 pages

Python Input and Print Example

The document contains a Python script that prompts the user for their name, age, and school. It then prints a greeting message including the user's name and age. However, the code has some syntax errors and incomplete statements.

Uploaded by

Ash .G
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Python Input and Print Example

The document contains a Python script that prompts the user for their name, age, and school. It then prints a greeting message including the user's name and age. However, the code has some syntax errors and incomplete statements.

Uploaded by

Ash .G
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Name = input(“What’s your name?

”)

print (“Hello”+ name)

name = input(“Wh……………………..”)
age = int(input(“How……………………”)
school = input(“Wh……………………………”)
print(“My name is ” + name + “and my age is” + str(age)…

You might also like