smartLp/learngit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
I am a college student.
my major subject is educational technology.
Now I use Git.
Git is Distributed Version Control System.
I am not going to tell you that I have changed this file Again.
`
def fun(a,b):
c = a + b
return c
`