@subhamsingh

hello5.py

January 09, 2023 · Python
x=5
y=10
print(x*y)

hello.py

January 09, 2023 · Python
if 5>2:
    print("5 is greater than 2")

hello.py

January 09, 2023 · Python
print('Hello world!')