November 2015
Beginner to intermediate
320 pages
7h 49m
English

In Chapters 2 and 3, you worked with integers and floats, which are both number types. In this chapter, you’ll use another data type called strings. You can use strings to work with letters and symbols as well as numbers.
Strings help you display data to people using your programs—an important part of programming. Using strings, you can to tell Python to output data to the screen, which displays and communicates information to the user.
With Minecraft you can use strings in various places, such as posting messages to the chat, which is a way of communicating with other players when you are in multiplayer mode. Although posting ...