Help !! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help !!

Help me it's telling me indent how do I solve it https://code.sololearn.com/c4lhV62u4w4y/?ref=app

25th Jan 2019, 10:00 AM
cartoon lover
1 Answer
+ 6
Correction 1: https://code.sololearn.com/cEdE3gPvIM1n/?ref=app 1. Less space before print, same as other lines under def 2. int input to change string to integer 3. No need declare parameter in function 4. Call function, you need () function_name() Correction 2: https://code.sololearn.com/cWQy4rg469Ex/?ref=app If you use parameter. You do read input and type cast in global, Then call function with arguments
25th Jan 2019, 10:16 AM
Gordon
Gordon - avatar