#!/usr/bin/python # -*- coding: utf-8 -*- import sys if True : print('AABBcc天天向上') aaa=11 print(aaa) print(sys.version)
输入: