3 Answers
+ 5
Does this help?
https://code.sololearn.com/cxP9mcHtwn0h/
+ 1
Yes thank you very much 'steve'
+ 1
input() asks for a string
The parameter inside is the text printed befire you ask for a value.
To convert datatype just use:
int()
str() #unnecessary though
float()
list()
eval() #best one, converts datatype according to value