Python :: String review

Quiz
•
Computers
•
University
•
Medium
ALBERTO HILARIO
Used 15+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following adds a line comment in Python?
// comment here
# comment here
"" comment here
/* comment here */
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following concatenates strings in Python?
'hello' & 'world'
'hello' -> 'world'
'hello' += 'world'
'hello' + 'world'
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following will produce "ppp"?
'p' *= 3
'p' = 'p'*3
'p' * 3
'p' x 3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of print('python'[0:2])?
py
yt
pyt
on
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of print('python'[1:4])?
pyth
yth
ytho
pyt
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of print('HELLO WORLD'.lower())?
hello world
Hello world
HELLO WORLD
Hello World
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How would you capitalize 'hello world'?
'hello world'.uppercase()
'hello world'.upper()
'hello world'.toUpper()
'hello world'.go_upper()
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
C - Strings

Quiz
•
University
15 questions
Python End of Topic Quiz

Quiz
•
8th Grade - University
25 questions
PYTHON PROGRAMMING STRING Q6

Quiz
•
University
20 questions
1212 Midterm Review

Quiz
•
University
20 questions
Python Strings

Quiz
•
University
23 questions
Java Array

Quiz
•
University
20 questions
Python Recap

Quiz
•
7th Grade - University
20 questions
AI BootCamp: 2024 Edition- Session 1

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade