Computer Science, asked by heanishmaghnani3505, 9 months ago

Write a python program to display the following details on the output screen by getting the input from the user: (Your Name, grade, section, school, ambition, area of interest)

Answers

Answered by rahulsawant7191
0

name =input("Enter your name:")

grade=input("enter your grade:")

section=input("enter your section :")

school=input("enter your school:")

ambition =input("enter your ambition :")

Area_of_interest=input("enter your interest:")

print("Name:"+name)

print("Grade"+ambition)

print("Section :"+section)

print("Ambition :"+name)

print("School:"+school)

print("Area of interest :"+Area_of_interest)

Similar questions