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
Accountancy,
8 months ago
Social Sciences,
8 months ago
Computer Science,
8 months ago
Sociology,
1 year ago
Math,
1 year ago