print(value,...,sep="",end="\n",file=None)

value是你要输出的值;
使用逗号是由sep决定的;
回车有换行是由end决定的;
有file可以输出到文件当中

variable=input('提示文字')

variable就是变量