adding scripts and names to scripts

This commit is contained in:
Stephen
2021-03-29 13:37:39 -05:00
parent 2485f005af
commit 4b2c0b5b87
12 changed files with 233 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
# takes in a string in all caps and prints every rotation for it
text = input("Enter string in all caps for rot: ")
rot = 0
new = 0