1 subscriber
There are codes which I know
Download Telegram
Channel created
Channel photo updated
hello
08.02.2026
Code:

x = 6
y = 3

print("x*y=" , x*y)
print("x+y=" , x+y)
print("x/y=" , x/y)
print("x-y=" , x-y)

Run:

x*y= 18
x+y= 9
x/y= 2.0
x-y= 3

if you like = ❤️
1