+ 2
10 Respuestas
+ 3
Your welcome bro
+ 2
Okkk
+ 2
Just post the code or link to the code .......
+ 2
Bro please use {} in your code , if you don't use them the a line just after the if or else statement are executed others are ignored , so please use in this format
if {
.
. Your input output statements
.
}
+ 1
😂 bro don't worry, just learn them once and practice them on challenges all doubt will be cleared
https://www.sololearn.com/discuss/1670953/?ref=app
https://www.sololearn.com/discuss/602949/?ref=app
+ 1
~ swim ~ Raj Kalash Tiwari thanks
+ 1
Bro indentation is nothing but:
Yaar aise samjho:-
In c++:
void myFunction() {
// code to be executed
}
...................is same as................
void myFunction() {// code to be
executed}
Here.
Function_declaration{function_definition};
Similarly indentation is {} in python doing same work...
0
Yeh thanks man... Can you take a quick look at my code and tell me how to fix it?
0
~ swim ~ Okay. Thanks. If you could look at my code and explain to me the error it would be great.