Qqz819 发表于 2021-11-23 17:05:20

fraction-有理数的用法问题

有没有吊大的哥们说下,为什么布尔函数那节课的课后作业动动手第一题我用IDLE运算不了
题目:0. 请自学 fractions 文档,并计算 1708227363155544/4636617128565048 约分后的值。
我写的:
from fractions import Fraction
Fraction(1708227363155544, 4636617128565048)
SyntaxError: multiple statements found while compiling a single statement
老是报错无法运算

suchocolate 发表于 2021-11-23 17:10:41

本帖最后由 suchocolate 于 2021-11-23 17:30 编辑

1)IDLE的SHELL里,代码输入的时候要一行一行粘贴才能运行。

2)或者IDLE新建py文件,可以整体粘贴,保存后,用F5运行。
页: [1]
查看完整版本: fraction-有理数的用法问题