STRING MANIPULATION (PYTHON)

Flashcard
•
Computers
•
11th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

9 questions
Show all answers
1.
FLASHCARD QUESTION
Front
what is a string?
Back
any character value
2.
FLASHCARD QUESTION
Front
For string symbol + means........................
Back
concatenation
3.
FLASHCARD QUESTION
Front
What is the output of the following code?
str1='101'
x=int(str1)
z=x+400
print(z)
Back
501
4.
FLASHCARD QUESTION
Front
What are the lengths of the strings 'kiwi' and 'strawberry'?
Back
4
10
5.
FLASHCARD QUESTION
Front
index of a string begins with
Back
0
6.
FLASHCARD QUESTION
Front
slicing string X="BOnVoyage"
print X[0:5]
Back
BOnVo
7.
FLASHCARD QUESTION
Front
Slicing string
x="BOnvoyage"
print(x[4: ])
Back
voyage
8.
FLASHCARD QUESTION
Front
"help" in "a="god help those who help themselves""
Back
true
9.
FLASHCARD QUESTION
Front
What is the output of the following Python function?
```python
s=lower("INDIA")
print(s)
```
Back
india
Similar Resources on Wayground
10 questions
Python Boolean and If

Flashcard
•
9th - 12th Grade
7 questions
Java Basics #2

Flashcard
•
10th - 12th Grade
10 questions
FILE TYPES

Flashcard
•
12th Grade
8 questions
ServSafe Ch 1

Flashcard
•
9th - 12th Grade
8 questions
All Things Print!

Flashcard
•
KG - University
12 questions
3D Printing camp

Flashcard
•
University
6 questions
Swift Playground Variables

Flashcard
•
University
14 questions
PYTHON -- Lists v2

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade