Skip to content

geekymv/py-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-demo

python练习 学习markdown语法

一级标题

二级标题

三级标题

超链接到百度

代码块 print("hello world") for i in xrange(10): print(i)

    for i in xrange(10):
        print(i)
    print('hello world')
    public class App {
        public static void main(String[] args) {
            System.out.println("hello world")
        }
    }

About

python练习

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages