DTB_TSK6AF

profilehybridtek
St_PY_Code.py

import re import string def printsomething(): print("Hello from python!") def PrintMe(v): print("You sent me: " + v) return 100; def SquareValue(v): return v * v