w1 Basic Algorithm-40275
w1 Basic Algorithm-40275
Komputer
01-Basic Algorithm
2/14/2020 1
What is Python?
Is it dangerous?
What is Python
Python is an incredibly efficient language: The programs will do more in fewer lines of code than many other
languages would require. Python’s syntax will also help write “clean” code.
Easy to
Easy to Read Easy to Debug
Extend
print(“Hello I’m learning Python”) The text in bold is what you’ll type in and then execute by
pressing “Enter:
Hello I’m learning Python
2+3 3 **2
5 9
3–2
1
2*3
6
3/2
1.5