COMPUTER PROGRAMMING FUNDAMENTALS
RASPBERRY PI PROJECT IDEAS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
mc = Minecraft.create() creates a variable called mc and assigns creating the connection to the Minecraft world (API). What does the following do mc.postToChat("Hello World")?
|
Prints the text “Hello World” in the Python shell
|
|
Creates an error
|
|
Puts the message “Hello World” on the Minecraft screen
|
|
Teleports the player to another location
|
Explanation:
There is 1 question to complete.