Basic Commands Flashcards
1
Q
Print a Message to the Console
A
print()
2
Q
How do you assign text to a label ?
A
[labelName].text = “[…]”
3
Q
How do you access the Text of a Textfield?
A
[textFieldName].text
Print a Message to the Console
print()
How do you assign text to a label ?
[labelName].text = “[…]”
How do you access the Text of a Textfield?
[textFieldName].text