Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("There are two types of scripting 'moods'.")
- print("Mood 1:")
- def function1(): #so as you can see here, the function which has been named function1 has been defined to make the string1 which makes the print script which prints "hello world"
- string1 = print("Hello World!")
- print("Mood 2:")
- print("hi")
- #for more scripting from me, see some of my other epic scripts such as:
- #https://pastebin.com/FKbinHk1
- #https://pastebin.com/zDHVTFha
- #https://pastebin.com/tMsLmAAv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement