Details
-
Aboutgeeks for AI | ML
-
SkillsPython | Java | C | C++
Joined devRant on 10/11/2019
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Dear HR,
I am suffering from Corona and request you to grant me paid leave for 30days otherwise I will come to office
(reply from HR)
Dear Ritik,
after knowing that you are infected , we have immediately asked all other employees to work from home, therefore you can come to office and start working. your leave request is rejected.5 -
Swap variable without temporary variable
meanwhile C:
a=a+b
b=a-b
a=a-b
while python:
a,b=b,a
Python be like:B*tch Please9






