Can anyone define to the keyword "res"? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone define to the keyword "res"?

19th Aug 2019, 3:50 AM
Gaurav Kumar
Gaurav Kumar - avatar
3 Answers
+ 4
can you show us the code snippet where you found this?
19th Aug 2019, 6:20 AM
Lothar
Lothar - avatar
+ 4
Gauav Kumar, "res" is not a keyword. please do not post anything you are not sure about. you can check the python keywords with this code: import keyword print(keyword.kwlist) #this shows the actual keywords: # ['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']
16th Sep 2019, 3:26 PM
Lothar
Lothar - avatar
0
Res not the result it's a keyword
16th Sep 2019, 1:39 PM
Gaurav Kumar
Gaurav Kumar - avatar