我是 Python 和 Telegram bot 的新手,希望您能通过一个简单的示例帮助我理解这一点。我需要的是定义一个方法,它返回一个字符串来完成一个 url。在 Python 中,我需要的是:
user = input("Insert a username to see the graph:")
graphUrl = "https://www.graphsss123.com/ser/graph/" + user + "-123.jpg"
print(graphUrl)
如何使用 Telepot 获得相同的结果?
谢谢