2F-3 | Python Quiz | 14/11/2024

Quiz
•
Information Technology (IT)
•
University
•
Medium
Olzhas Toktassyn
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
What will the following code output? print("Python", "Quiz", sep="*", end="123")
Python*Quiz123
Python*Quiz*123
Python * Quiz123
Python-Quiz-123
2.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
How can you get integer input from the user and add 10 to it in one line of code?
input() + 10
str(input()) + 10
int(input()) + 10
float(input()) + 10
3.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
What is the result of the expression 9 // 4.0 in Python?
2.0
2
3.0
3
4.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
What does the sep parameter in the print() function do when used with multiple string arguments?
Changes the end character
Joins the strings with the given separator
Adds a space between strings
Causes an error
5.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Which operator can be used to perform floor division in Python?
/
//
%
**
6.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
What is the output of print(int("3.5") + 1)?
4.5
4
Error
5
7.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
What does print("A" * 3 + "B" * 2) produce as output?
ABBB
AABBB
AAABB
AAABBB
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
2F-1 | Python Quiz | 14/10/2024

Quiz
•
University
18 questions
Python Library Routines Quiz

Quiz
•
10th Grade - University
25 questions
Pyhton Debugging Questions

Quiz
•
University
16 questions
Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

Quiz
•
11th Grade - University
25 questions
G9-Introduction to Python Programming

Quiz
•
9th Grade - University
20 questions
Python

Quiz
•
University
20 questions
BÀI KIỂM TRA 15 PHÚT - Môn Tin Học 10 - HK2-PYTHON

Quiz
•
10th Grade - University
25 questions
General quiz

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