PYTHON 4

PYTHON 4

Professional Development

10 Qs

quiz-placeholder

Similar activities

Python Training Day-3 Quiz-3

Python Training Day-3 Quiz-3

Professional Development

10 Qs

Intro to Python recap

Intro to Python recap

10th Grade - Professional Development

11 Qs

OWA Part 1

OWA Part 1

Professional Development

8 Qs

Python Quiz

Python Quiz

Professional Development

6 Qs

C String Array MCQs

C String Array MCQs

Professional Development

10 Qs

اختبار للامناء

اختبار للامناء

Professional Development

10 Qs

Java Programming RBVRRIT

Java Programming RBVRRIT

University - Professional Development

10 Qs

Python Quiz

Python Quiz

Professional Development

15 Qs

PYTHON 4

PYTHON 4

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Ahmed elasey

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

txt = "The best things in life are free!"
print("ali" not in txt)

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = "Hello, World"
print(a[-1])

e

H

l

d

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

اى من الدوال التالية تستخدم لتحويل النص الى كابيتال

upper

lower

Len

strip

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = "Hello, World!"

print(a.lower())


hello, world!

Hello, World!

HELLO, WORLD!

HELLOO, World!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

اى من الدوال التالية تستخدم لمعرفة عدد احرف الكلمة

upper

lower

Len

strip

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

اى من الدوال التالية تستخدم لحذف المسافات البيضاء قبل وبعد النص

upper

lower

Len

strip

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = "Hello, World!"
print(a[1])

e

H

l

d

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?