Son aktif 1695090329

dfadfdaf

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