Python / and * arguments | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python / and * arguments

i found the following things in python documentation: eval(source, globals=None, locals=None, /) what does the / argument means here ? compile(source, filename, mode, flags=0, dont_inherit=False, optimize=-1, *, _feature_version=-1) and what does the * argument means here ?

14th May 2021, 11:51 PM
Imrane Aabbou
Imrane Aabbou - avatar
1 Answer