Ask a New Question
Search
Prompt for and read a number from the user, double the number, square the number and output the results.
1 answer
print "Enter number"
read x
print "Double: ",2x, "Squared: ?, x*x
Ask a New Question
or
answer this question
.