Python Coding
Python Coding
A code example
print(“hello world : “)
Print is a function
Hello world is a text that will come on the screen making it a
string which is always written in quotations
int() = integers
str() = words
float() = decimal points
bool() = when a data type has one of two possible values
Comparisons signs
< smaller than
> greater than
<= smaller than or equal to
> greater than or equal to
== same
!= different