“Установите Python 3 Ubuntu 16.04” Ответ

Установите Python 3.6 Ubuntu 16.04

$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt update
$ sudo apt install python3.6
Nice Narwhal

Установите Python 3 Ubuntu 16.04

---
NameError                                 Traceback (most recent call last)
<ipython-input-4-896a56ab84be> in <module>()
      1 #@title #**Fire up the A.I**
      2 
----> 3 path = f'{run_css}/steps'
      4 get_ipython().system('rm -r {path}')
      5 get_ipython().system('mkdir --parents {path}')

NameError: name 'run_css' is not defined
Ismail Tasdogenoglu

Ответы похожие на “Установите Python 3 Ubuntu 16.04”

Вопросы похожие на “Установите Python 3 Ubuntu 16.04”

Больше похожих ответов на “Установите Python 3 Ubuntu 16.04” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования