📜  字符串 - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:58.308000             🧑  作者: Mango

代码示例3
#declare variable -->
var = StringVar()
#sets variable to what ever(most the time a string)
var.set("hello")
#this is used in tkinter!