最後活躍 1695090329

dfadfdaf

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