最後活躍 1695090329

dfadfdaf

修訂 d4717e660d2b8373aebbeed92445515b99ed7858

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