58码农网 > 码农学院 > Numbers 用户投稿 发布于2024-05-27 myint = 7print(myint)myfloat = 7.0print(myfloat)myfloat = float(7)print(myfloat)