Computer Science, asked by princebhagat9949, 5 months ago

Write an Algorithm to write your Name?

Answers

Answered by sidhant014
0

Explanation:

username = input("enter your name : /n")

print("Nice to meet you "+username)

Similar questions