0% found this document useful (0 votes)
6 views2 pages

CS 1101 Learning Guide Unit 1 Discussion Assignment Home

Uploaded by

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

CS 1101 Learning Guide Unit 1 Discussion Assignment Home

Uploaded by

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

Learning Guide Unit 1: Discussion Assignment | Home https://my.uopeople.edu/mod/book/view.php?

id=412643&chapterid=497859

Hello and welcome to your �rst computer science assignment! Before you begin exploring the world of programming, you must �nish the task
of setting up the programming environment. Let’s get started!

Download and install a working Python environment, preferably Python 3, or get an account with PythonAnywhere. Please refer to the
Software Requirements/Installation section located in the course syllabus for details.

Type the statements below into your Python interpreter. , copy the output into your Discussion Assignment and
. Compare it with any similar examples in the textbook, and describe what it means about your version of Python.

>>> print 'Hello, World!'


>>> 1/2
>>> type(1/2)
>>> print(01)
>>> 1/(2/3)

The code and its output must be explained technically whenever asked. The explanation can be provided before or after the code, or in the
form of code comments within the code. For any descriptive type of question, your answer must be at least 150 words.

End your discussion post with one question related to programming fundamentals learned in this unit from which your colleagues can
formulate a response or generate further discussion. Remember to post your initial response as early as possible, preferably by Sunday
evening, to allow time for you and your classmates to have a discussion.

When you reply to your peers’ submissions, compare their results with yours.

Your instructor will grade this assignment using this rubric.

: Remember to post as early as possible, preferably by Sunday evening, in order to allow time for you and your classmates to
discuss.

1 of 2 4/11/2024, 5:27 PM
Learning Guide Unit 1: Discussion Assignment | Home https://my.uopeople.edu/mod/book/view.php?id=412643&chapterid=497859

2 of 2 4/11/2024, 5:27 PM

You might also like