jupyter notebook morse code francais

22

>>> s = "..."
>>> o = "---"
>>> aidez_moi = s + o + s
>>> print(aidez_moi)
...---...
>>> s = "@"
>>> print(aidez_moi)
...---...

Comments

Submit
0 Comments