【问题标题】:Hello I am trying to make my Jupyter Notebooks work. I don't whats the mistake here. it is giving me this error SyntaxError: cannot assign to operator您好,我正在尝试让我的 Jupyter Notebooks 工作。我不知道这里有什么错误。它给了我这个错误 SyntaxError: cannot assign to operator
【发布时间】:2022-06-14 09:14:13
【问题描述】:
radio = 0
leer = ''
diametro = 0

print('Ingrese el radio del circulo:')

leer = input()
radio = leer


2 * radio = diametro

print('El diametro del circulo es:', diametro)`radio = 0
leer = ''
diametro = 0

print('Ingrese el radio del circulo:')

leer = input()
radio = leer

2 * radio = diametro

print('El diametro del circulo es:', diametro)

【问题讨论】:

  • 2 * radio = diametro 我想你的意思是diametro = 2 * radio

标签: python jupyter-notebook jupyter


猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2021-05-11
  • 2020-11-08
  • 2021-03-27
  • 2015-08-21
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多