Computer Science, asked by reagankumar04, 2 months ago

write a program to print out name on the screen​

Answers

Answered by mpsitearpit
1

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

print("Your name is ", name)

Run this in python

PLEASE MARK MY ANSWER AS THE BRAINLIEST

Answered by anitharanir84
0

Answer:

10 PRINT "NAME"

20 END                                                                                                                                                      

Explanation:

Similar questions