vdmfiles/sample.py (
6
lines of code) (
raw
):
aaa = 0 def jij(): aac = 9 print("cccc") if __name__ == "__main__": jij()