July 5, 2020 in Python, Debug, cheatsheet 4 min read My Python Debug Cheatsheet Print import time print(time.asctime(),'debugging ...') Output: Sat Jul 4 13:45:52 2020 debugging ... Continue reading