Básicos Python

Básicos Python

University

21 Qs

quiz-placeholder

Similar activities

TEST1.PY

TEST1.PY

10th Grade - University

20 Qs

Quiz #1

Quiz #1

University

16 Qs

Kuis Pertemuan 5 DT - Microsoft PowerPoint

Kuis Pertemuan 5 DT - Microsoft PowerPoint

University

20 Qs

Javascript - Revisão

Javascript - Revisão

University - Professional Development

19 Qs

Minecraft And Fortnite Quiz

Minecraft And Fortnite Quiz

KG - Professional Development

18 Qs

C Programming Unit-1 Test-2

C Programming Unit-1 Test-2

University

20 Qs

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

Java Quiz 1

Java Quiz 1

University

20 Qs

Básicos Python

Básicos Python

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Ma. Guadalupe Roque

Used 68+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

a = int('34') ¿qué valor tiene la variable a?

34

'34'

34.0

'34.0'

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

a = float('34') ¿qué valor tiene la variable a?

34

'34'

34.0

'34.0'

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

b = int(12.5) ¿Qué valor tendrá b?

12.5

12

error

12.0

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

b = float(12.5) ¿Qué valor tendrá b?

12.5

12

Error

12.0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

c = int('99.9') ¿Qué valor tendrá c?

99

99.0

ValueError: invalid literal for int( ) with base 10: '99.9'

'99'

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

d = float('9. 9') ¿Qué valor tendrá d ?

99

99.0

'99'

ValueError: could not convert string to float: '9. 9'

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

c = float('99.9') ¿Qué valor tendrá c ?

99

99.9

Error

'99'

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?