返回 DeepSeek-Reasonix
subject.py
1 def subject(name):
2 """Subject line: Hi, <name>!"""
3 return "Hi " + name
4
4 lines PYTHON