Python - Standard Library Usage
What will be the output of this code?
import os
print(os.path.exists('nonexistent.txt'))import os
print(os.path.exists('nonexistent.txt'))15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions