单项选择题

if x>0:
   print(x)
else
   print("Not positive")
正确吗?
A、正确
B、错误