packages = ["pandas","numpy"] [[fetch]] files = []

TheRealHall

Welcome to the TheRealHall online code editor in Python.
Please check usable modules in the table "usable Modules".
If you need additional modules, please use the input-field to submit these.

Execute your code by pressing SHIFT+ENTER or by clicking the EXECUTE-Button in the bottom right corner.

import numpy as np var1 = 12 var2 = 4 print(var1+var2) print(var1*var2)

Footer successfully included