08-06-2020, 05:11 PM
(This post was last modified: 08-06-2020, 05:11 PM by PixelRunner.)
btw ima nerd out here,
coding_is_easy = True
if smart == True:
coding_is_fun = True
else:
coding_is_fun = False
#notice coding is still easy
#also notice that i'm a nerd/geek and had to post this lol
(08-05-2020, 10:53 AM)Firebolt391d Wrote: if (smart) {this in python is:
coding_is_easy = true;
coding_is_fun = true;
} else {
coding_is_fun = false;
//notice that coding is still easy
}
coding_is_easy = True
if smart == True:
coding_is_fun = True
else:
coding_is_fun = False
#notice coding is still easy
#also notice that i'm a nerd/geek and had to post this lol
x1
x1