qq_慕仔3233167
2021-08-18 09:44
age = 19
pot = '今年{}岁了'
if age >= 18:
print('adult')
print(pot.format(float(age)))
# coding:utf-8
age = 19
pot = '今年{}岁了'
if age >= 18:
print('adult')
print(pot.format(float(age)))
Python3 入门教程(新版)
154149 学习 · 1075 问题
相似问题