Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What does the 'print' function do in Python?Outputs data to the console
Reads user input
Calculates mathematical operations
Saves data to a file
Which of the following is not a valid variable name in Python?total3
_total
my_variable
3total