tute 1
# Python 01 Introduction
# print
# Basic types (int, float, boolean, string)
# expressions
# variables
a=1
b=200
print('wrfwerfwer\nwergwerg w')
if a>11 or b>150: print('yo')INFO
# Python 01 Introduction
# print
# Basic types (int, float, boolean, string)
# expressions
# variables
a=1
b=200
print('wrfwerfwer\nwergwerg w')
if a>11 or b>150: print('yo')