Zuletzt aktiv 1695090329

dfadfdaf

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