1 python基本的输入输出语句是什么?

2 变量定义的要求有哪些?

3 以下代码能不能正确运行?为什么?

>>>  n += 1 

4 Python常用的数据类型有哪些?

5 python的数据类型是怎么分类的?