FUNDAMENTALS OF COMPUTER

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")?
A
Prints the text “Hello World” in the Python shell
B
Creates an error
C
Puts the message “Hello World” on the Minecraft screen
D
Teleports the player to another location
Explanation: 
There is 1 question to complete.