Skip to content

Commit bb51d68

Browse files
committed
d2 hello python
1 parent c55a26e commit bb51d68

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,6 @@ dmypy.json
173173

174174
# Pyre type checker
175175
.pyre/
176+
19100302/macheng2017/myNote/2019年3月24日上午9
177+
19100302/macheng2017/myNote/2019年3月24日上午9:30.md
178+
19100302/macheng2017/myNote/2019年3月24日上午9:30.md
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
good better
22

3-
��һ�죬��Ȼ�Կ����꣬���������˲���ĵ�һ����ͦ�гɾ͸еġ�ѧӢ��Ҳ���ж����ˣ������ڼ���һ��ΰ���ȫ��Э����ͬ����֯�У�ѧϰʹ���Ƚ����������ߣ���������ʣ�����Ƹ�
3+
��һ�죬��Ȼ�Կ����꣬���������˲���ĵ�һ����ͦ�гɾ͸еġ�ѧӢ��Ҳ���ж����ˣ������ڼ���һ��ΰ���ȫ��Э����ͬ����֯�У�ѧϰʹ���Ƚ����������ߣ���������ʣ�����Ƹ�
4+
# -*- coding :utf-8 -*-
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
print ("Hello World!")
2+
print ("Hello Again")
3+
print ("I like typing this.")
4+
print ("This is fun.")
5+
print ('Yay! Printing.')
6+
print ("I'd much rather you 'not'.")
7+
print ('I"said" do not touch this .')

0 commit comments

Comments
 (0)