x=3 y=4 print(x**y), 12, 7, 81, 64, x = 10 x += 5 print(x), 10, 5, 15, Hata, print(10 // 3), 3.33, 3, 4, hata, x="hi"  print(x + "5"), hi5, hata, hi 5, 5hi, x=true y=false  print( x and y) , true, false, hata, x = ( 1, 2, 3)  print( 2 in x), true, false, 2, hata, print("a" * 3), aaa, a3, hata, aa, print( bool (0) ), true, false, 0, hata, x= "10"  y= 5  print(int(x) + y), 15, 105, hata , 10, print(5 == "5"), true, false, 5 , hata.

Leaderboard

See top players

Leaderboard

Visual style

Options

Switch template

Leaderboard

See top players
)
Continue editing: ?