Skip to content

Commit

Permalink
second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxiangchao committed Jul 10, 2018
1 parent ad8cdc7 commit 03b8087
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python_o1.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import sys
import os

def sum(a,b):
return a+b

2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import numpy as np
import matplotlib
for i in range(10):
print("Hello world")

0 comments on commit 03b8087

Please sign in to comment.