Run
Manipulating strings
You should enter the following code: word_1 + “ “ + word_2Try it and see.
word_3 = 
Shown below are two strings.Write a line of code that it will concatenate the two strings with a space between them and then click the Run button.
word_1 = "Raspberry"
word_2 = "Pi"
Show
string = input("Enter a string")
Sorry. Incorrect.
Check
print ("string too short")
You should enter the following code: if len(string) <8Try it and see.
A student is writing some code to check that the string entered is at least 8 characters long. If it isn't then an error message is displayed. Complete the code and then press the Check button.
Well done!
[10:20]
[0:1]
[  :14]
You should enter the following segments:ambridge   GCSE Compu   C   Cambridge GCSE   ting Online
[20:  ]
In the following questions, write down the segment of the string which would be extracted using the parameters shown. The string is… Cambridge GCSE Computing Online
[1:9]