2.5.1 String Data Type
print "Welcome to the Robot World."print "Message:\nPlease, press \"OK\" button."
# Result of print
Message:
Please, press "OK" button.Last updated
Was this helpful?
print "Welcome to the Robot World."print "Message:\nPlease, press \"OK\" button."
# Result of print
Message:
Please, press "OK" button.Last updated
Was this helpful?
Was this helpful?