How would I write a program that squares an integer and prints the result?

后端 未结 0 1698
感动是毒
感动是毒 2021-02-20 03:48

I need to integrate my code into the one below to solve this.

import sys
for line in sys.stdin:
    print(line, end="")
相关标签:
回答
  • 消灭零回复
提交回复
热议问题