WGU D335
WGU D335 Final Exam Introduction
to Programming in Python| Qs & As|
Grade A| 100% Correct
Returns a value when evaluated - ANS ✓expression
Displays output to the screen and starts a new line - ANS ✓print( )
Denotes a comment - ANS ✓# or """
Text enclosed in quotes - ANS ✓string literal
Keep multiple print statements on one line - ANS ✓end=' '
Used to get text from user - ANS ✓input ( )
Determines how a value can behave - ANS ✓type( )
Convert string to an integer - ANS ✓int( )
Syntaxes error - ANS ✓a violation of the program language rules on how symbols can be
defined
WGU D335