
Rajshiikhar1691999
Learning to be developer..
Education
In 3rd year of college
Work
No work
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Learning to be developer..
Education
In 3rd year of college
Work
No work
Recent comments
Git Commands Cheatsheet: Advanced (20+ Git Commands Advanced )
I wanted to know what happens if I delete the local git repos...
id() in python
a = 500 id1 = id(a) a = 150 id2 = id(a) print(id1 == id2) Now...