���� Python �̳� | ��3�� ����IJ��� | |
---|---|---|
��һҳ | ʹ�ô���ʾ���Ľ����� | ��һҳ |
�������е�shell��ʾ���¼���python����������������������print 'Hello World'
��Ȼ��Enter������Ӧ�ÿ��Կ�������ĵ���Hello World��
����Windows�û���ֻҪ����ȷ��������PATH��������Ӧ�ÿ��Դ����������������������������ѡ��ʹ��IDLE����IDLE�Ǽ��ɿ�����������д�������ʼ->����->Python 2.3->IDLE(Python GUI)��Linux�û�Ҳ����ʹ��IDLE��
ע�⣬>>>�������Python������ʾ����
$ python
Python 2.3.4 (#1, Oct 26 2004, 16:42:40)
[GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print 'hello world'
hello world
>>>
ע�⣬Python������һ�������������������ղż������һ��Python ��� ������ʹ��print
����Ҫ���ȣ�����ӡ���ṩ������ֵ����������ṩ�����ı�Hello World
������Ѹ�ٵش�ӡ����Ļ�ϡ�
����˳�Python��ʾ��
�����ʹ�õ���Linux/BSD shell����ô��Ctrl-d�˳���ʾ�����������Windows�������У���Ctrl-z�ٰ�Enter��
��һҳ | ��һ�� | ��һҳ |
---|---|---|
��� | ��ҳ | ��ѡһ���༭�� |