0% found this document useful (0 votes)
55 views1 page

Worksheet 1 Python3

This worksheet is for a 1st year Baccalaureate course on Design. It instructs students to complete an activity on an online Python tutorial which involves inputting and printing the sum of three numbers. Students are then asked to answer questions about Python data types, variables, and functions like print() and input(). They must also explain lines of sample code that takes in two integer inputs, sums them, and prints the result.

Uploaded by

Christian Mendez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views1 page

Worksheet 1 Python3

This worksheet is for a 1st year Baccalaureate course on Design. It instructs students to complete an activity on an online Python tutorial which involves inputting and printing the sum of three numbers. Students are then asked to answer questions about Python data types, variables, and functions like print() and input(). They must also explain lines of sample code that takes in two integer inputs, sums them, and prints the result.

Uploaded by

Christian Mendez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

UNIDAD EDUCATIVA BILINGE NUEVO MUNDO

WORKSHEET
FOR ING 01 VER 10 05 16

Teacher: Danny Sarmiento Name: __________________


Course: 1 Section: Baccalaureate
Subject: DESIGN Date: June 30th, 2017
Activity: Worksheet 1
WORK INDEPENDENTLY
Python
1. Go to the following website: https://repl.it/community/classrooms/17929
2. Do the activity 1.1 Input/print: Sum of three numbers
3. Answer the following questions:
a. What data types does Python use?
b. What data type did you use in exercise 1.1?
c. What are Python variables?
d. Explain how to use the function print()
e. Write ten different examples using print()
f. Explain two examples of input() function.
g. Explain each line of the following code:
a = int(input())
b = int(input())
s=a+b
print(s)

References:
Snakify. (2017). Lesson 1. Input, print and numbers. Retrieved from:
https://snakify.org/lessons/print_input_numbers/

Approved by: __________ Rev: ____________ Date: 8/08/17 # of copies: 114 Pages: 1/1

You might also like