0
Can any one help me with thisđ
https://code.sololearn.com/cghZXrONsaAy/?ref=app Sample input is 1 Output requred is 3 In short if the input number ,n is odd the result would be thrice elif n is even the output shoulb be twice of n Please help or give me hint related to this......
6 Answers
+ 4
U don't need brackets for if and elif statements in python.
+ 4
codemonkey correct
+ 2
Thank you code monkey for helpđ
0
I have tried without brackets also....
0
Oh yeah i think input may be integer
0
Yes i really forgot cause my exams were going on and now i was not brushed up....
But thanks alot codemonkey