gpt4 book ai didi

python - python 2.7.3 和 python 3.3 之间的区别

转载 作者:太空狗 更新时间:2023-10-29 19:35:27 24 4
gpt4 key购买 nike

<分区>

我在 python 2.7.3 中有以下 python 代码,我最近使用了一台装有 python 3.3 的新笔记本电脑,我认为我不应该降级回 python 2.7.3。代码是

:-

nm = input(“enter file name “)

str = raw_input(“enter ur text here: \n”)

f = open(nm,”w”)

f.write(str)

f.close()

print “1.See the file\n”

print “2.Exit\n”

s = input(“enter ur choice “)

if s == 1 :

fi = open(nm,”r”)

cont = fi.readlines()

for i in cont:

print i

else :

print “thank you “

请告诉我应该做哪些更改才能使其轻松运行而不会出现任何错误。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com