write an algorithm to print your name
Answers
Answered by
2
python language script
#variable storing name
name = input("what is your name ? ")
#command for printing the value stored in variable name on screen
print(name)
#variable storing name
name = input("what is your name ? ")
#command for printing the value stored in variable name on screen
print(name)
Similar questions
Social Sciences,
7 months ago
Math,
7 months ago
English,
7 months ago
Sociology,
1 year ago
Math,
1 year ago