Computer Science, asked by vikky2346, 8 months ago

Write a program to your name and school name

Answers

Answered by lostworldearth
0

Answer:

Python 3

Explanation:

Python 3

print("Enter your name")

name  = input()

print("Enter your school name")

school = input()

print("Your name",name)

print("Your School",school)

Similar questions