Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 16
Kernel: Python 3 (Anaconda)
a = 5
a
5
dsf
--------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-3-6842d813946e> in <module>() ----> 1 dsf NameError: name 'dsf' is not defined
b = 5
b
5
c=4
c
4
j5 = 3