WorksheetsJr cloud practitioner (Python & BSM's)
Total questions: 10
Worksheet time: 4mins
Insert the missing part of the code below to output "Hello World".
_______ ("Hello World")
cat
insert
show
The statement below would print a Boolean value, which one?
print(10 > 9)
False
true
valid
invalid
Create a variable named carname and assign the value Volvo to it.
Volvo = carname
carname > Volvo
carname = Volvo
for carname is Volvo
Remove the illegal characters in the variable name:
2my-first_name = "John"
2myfirst_name = "John"
my-first_name = "John"
-first_name = "John"
myfirst_name = "John"
Insert the correct syntax to assign the same value to all three variables in one code line.
x _ y _ z _ "Orange"
x , y , z = "Orange"
x = y = z = "Orange"
x + y + z = "Orange"
x - y + z = "Orange"
Which of the following is an example of having a growth mindset
Knowledge of business processes and controls
Recognition that abilities and intelligence can be developed
Giving up immediately
going to a party when you havent studied for a test thats tomorrow morning
Which of the following is an example of showing persistence
stop dropping and rolling away from the challenge
trying a little but then giving up
determined attitude or behavior, pushing someone to try again and again
being unconcerned and moving on to something else
Use the correct syntax to print the first item in the fruits tuple.
fruits = ("apple", "banana", "cherry")
print(banana)
output(apple)
print(fruits[0])
print(apple[0])
what is it thats recommended that you do with your resume before adding it to your Handshake account
let your teenage niece lookover it
run it through jobscan
added without proof reading it
add your nickname and linkedin url to it
what is highly recommended that you do with your profile to make it viewable to employers
click "show it to all now"
make it public
modify your picture settings
update your facebook
