Logic And Critical Thinking
“እርሱ ከጨለማ ሥልጣን አዳነን፥ ቤዛነቱንም እርሱንም የኃጢአትን ስርየት ወዳገኘንበት ወደ ፍቅሩ ልጅ መንግሥት አፈለሰን።”
— ቆላስይስ 1፥13-14
ሁሉም ሀጢያትን ሰርተዋል
--------------------------------------------
“ምክንያቱም ሁሉም ኀጢአትን ሠርተዋል፤ የእግዚአብሔርም ክብር ጐድሎአቸዋል፤”
— ሮሜ 3፥23
>>>ሁሉም ሰው ሀጢያትን ሰርቷል።
>>> ከአዳም የወረስነው ሀጢያት ሳይሆን ሁላችንም ሀጢያትን አድርገናል።
>>>አዳም ባለመታዘዝ ሀጢያትን ወደ አለም አግብቷል
>>>ሁላችንም ከአዳም ስራ ጋር ተባብረናል።
የመዳን ቀን ዛሬ ነው!
Step 4. Go to debug and run the program. The following output will be
displayed.
>>>
============ RUN C:/Python/Chapter 2/calc.py ============
5
6
8
0.6666666666666666
2
1.5
>>>
Conversely, the script can be executed by writing Python calc.py on the
command prompt. In order to exit IDLE go to FILE->EXIT or write the exit()
function at the command prompt.
In order to store values, we need variables. Python empowers the user to
manipulate variables. These variables help us to use the values later. As a matter
of fact, everything in Python is an object. This chapter focuses on objects. Each
object has identity, a type, and a value (given by the user / or a default value).
The identity, in Python, refers to the address and does not change. The type can
be any of the following.
None: This represents the absence of a value.
Numbers: Python has three types of numbers:
Integer: It does not have any fractional part
Floating Point: It can store number with a fractional part
Complex: It can store real and imaginary parts
Sequences: These are ordered collections of elements. There are three types of
sequences in Python:
String
Tuples
Lists
Click here to claim your Sponsored Listing.
Category
Telephone
Website
Address
Addis Ababa
Opening Hours
| Monday | 09:00 - 17:00 |
| Tuesday | 09:00 - 17:00 |