P5712 【深基3.例4】Apples(python3实现)
生活随笔
收集整理的這篇文章主要介紹了
P5712 【深基3.例4】Apples(python3实现)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
https://www.luogu.com.cn/problem/P5712
""" P5712 【深基3.例4】Apples https://www.luogu.com.cn/problem/P5712""" x=int(input())print("Today, I ate %d" %x,end=" apple")if x!=0 and x!=1:print("s",end="")print(".")總結
以上是生活随笔為你收集整理的P5712 【深基3.例4】Apples(python3实现)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 1.3 编程基础之算术表达式与顺序执行
- 下一篇: mysql批量查询并替换或者更新某个字段