[Your-Name-Here] - Fab Futures - Data Science
Home About

< Home

Week 1: Introduction¶

Test math¶

In [1]:
1+1
Out[1]:
2
In [4]:
x = 2 + 1
In [5]:
x * 4
Out[5]:
12

Python code¶

In [6]:
print("Hello world")
Hello world
In [ ]: