Last active 1695090329

dfadfdaf

hello.py Raw
1#!/bin/python3
2a = 1
3b = 2
4c = a + b
5print(c)