Question 19 - Week 1 Practice | Prasnya
Prasnya
Continue with Google
Practice path
Dashboard
Exam
Qualifier / Quiz 1
Go to subject
Programing with python
Go to chapter
Week 1
Question 19
00:00
Est. 1 min
Marks:
+2.00
0.00
What is the output of the following code? ``` str1 = "Python" str2 = "Programming" str3 = str1 + " " + str2[:8] # There is single space in between quotes print(len(str3)) ```
Single correct
Easy Difficulty
16 July 2023
A
15
B
14
C
11
D
12