how to check if something has already been printed in python code example
Example 1: print python
print('Hello, world!')
Example 2: python print
print("type what you want to be printed")
print('Hello, world!')
print("type what you want to be printed")