Untitled

Author

liuwang

## 这是python运行
print("hello world!")
hello world!
## 这是R运行
a = c(1,2,3,4,5)
b = c(1,2,3,4,5)
plot(a,b)