Kernel: Anaconda (Python 3)
In [ ]:
In [ ]:
In [2]:
Out[2]:
這是 2 這是 3
In [4]:
Out[4]:
300
In [9]:
Out[9]:
  File "<ipython-input-9-044afd916228>", line 2
    print(" ",x"*i)
                   ^
SyntaxError: EOL while scanning string literal
In [ ]:
In [1]:
Out[1]:
  File "<ipython-input-1-2e5bcab9350b>", line 7
    print(b)
        ^
IndentationError: expected an indented block
In [4]:
In [22]:
Out[22]:
  File "<ipython-input-22-0e69ae7b3bd7>", line 2
    a max
        ^
SyntaxError: invalid syntax
In [14]:
Out[14]:
NameErrorTraceback (most recent call last)
<ipython-input-14-3ef3908cabc7> in <module>()
----> 1 a[1]
NameError: name 'a' is not defined
In [31]:
Out[31]:
number ==1
number ==2
number ==3
number ==4
number ==5
number ==6
In [ ]: