So now you should be able to the anything in to this new found box. Here is were the magic happens. To start out we are going to learn the print() command. Print is a super easy yet important command.
#code start
Print("Hello, Wattpad!")
#code end
Result
Hello, Wattpad!
This is how you tell your user something. Easy right? Well there is a lot more we can do with print but this is all for now.