Computer Science, asked by utsavnishu, 1 year ago

Wap CWrite aprogram) in python to point your indtoroduction in 5
different
lines.​

Answers

Answered by dhruvbadaya1
0

Answer:

print("Name: Dhruv /n Age:16 /n School: The Palace School /n City: Jaipur /n Hobbies: Drawing")

Answered by Anonymous
0

Answer:

hi...

Explanation:

name=str(input("enter your name"))

age=int(input("enter your age"))

class_sec=str(input("enter your class"))

school_name=str(input("enter your school name"))

hobbies=str(input("enter your hobbies"))

print(name)

print(age)

print(class_sec)

print(school_name)

print(hobbies)

#hope it helps you

please mark brainliest

Similar questions