so i know in some programming languages if you start typing and you set it up in the code so then it will when you lets say type "TEST" it would print out as ****
i was thinking of putting something like "world = output ("*")"
can someone explain how to do it?
word = input("Enter a word(s) to encrypt :")
i was thinking of putting something like "world = output ("*")"
can someone explain how to do it?