Computer Science, asked by kumarrahul1945, 11 months ago

Write a program to print our school name


vaibhavsrivastava: In which programming language ?

Answers

Answered by Arc2428G
0

Answer:

Check it out

Explanation:

The code will only work in python just type

user_enter = input("What's your school name? ")

print (f"{user_enter })

Similar questions