题解 2190: Little Ke's problem

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

Little Ke's problem Python解决

摘要:解题思路:    简单的变量存储值并输出参考代码:input_a = input()print("What is your name? Hello "+input_a+", nice to meet ……

2190: Little Ke's problem

摘要:解题思路:注意事项:参考代码:n = input() print(f"What is your name? Hello {n}, nice to meet you.")……