4CHATTING WITH STRINGS

image

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 ...

Get Learn to Program with Minecraft now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.