橘子味的心
标题:Python3 当行语句

Python3 当行语句

#!/usr/bin/python3

var = 100
if ( var  == 100 ) : print ("Value of expression is 100")
print ("Good bye!")

目录

分类