Matthew Allinson-French
Quiz by , created more than 1 year ago

GCSE Computer Science Quiz on Python recap, created by Matthew Allinson-French on 22/10/2015.

29
1
0
Matthew Allinson-French
Created by Matthew Allinson-French over 8 years ago
Close

Python recap

Question 1 of 2

1

Python is used in google

Select one of the following:

  • Yes

  • No

  • Im an internet explorer nuub

Explanation

Question 2 of 2

1

one = "potato "
two = "salt "

Print("{0}{0}{0} and {1}{1}{1}".Format(One,Two))

spot the mistake

Select one of the following:

  • brackets are wrong

  • syntax error with formatting it

  • capital letters

  • its perfect

  • use brackets instead of curly brackets (technical term)

  • im stuck

Explanation