Posts

Showing posts with the label if/else

python-beginner - 4 - if else

Beginner: Strings Lists Operator-Datetime If-else Donguler Fonksiyonlar Python Beginner Intermediate Advanced Pro python-hosting Other course React Links General JS PHP Programming Python C++ Stuff If  if 3 > 2 :     print ( 'Hi' )# Hi if True :     print ( 'Hi' ) # Hi isLoggedin = True if isLoggedin :     print ( 'Hi' ) # Hi Else if 3 > 2 :     print ( 'Hi' )# Hi else:     print('something went wrong') Elif x = int(input('x: ')) y = int(input('y: ')) if x &g