Posts by Jalmir • 1 point
1 post
-
0
votes2
answers17548
viewsA: Input or raw_input?
raw_input() returns the value entered as string, while input() returns the value as integer Note: input() only accepts numbers
1 post
0
votes2
answers17548
viewsraw_input() returns the value entered as string, while input() returns the value as integer Note: input() only accepts numbers