Questions with Complete Solutions
(Latest 2025)
strptime - Correct Answers ✅converts string into date
format
strftime - Correct Answers ✅function formats a date
io - Correct Answers ✅read from and write files
sys - Correct Answers ✅display error messages
os - Correct Answers ✅create folders
os.path - Correct Answers ✅find specific files and folders
for separate variables with the same value (string or number)
- Correct Answers ✅== yes
is no
f - Correct Answers ✅print(f "{}")
logic (semantic) error - Correct Answers ✅program
behaves incorrectly, does not crash
syntax error - Correct Answers ✅typo
, Python certification exam Practice
Questions with Complete Solutions
(Latest 2025)
runtime error - Correct Answers ✅problem not detected
when program was parsed but revealed when a particular line
is excecuted
user error - Correct Answers ✅try/ except
\ - Correct Answers ✅continue statement on next line
\n - Correct Answers ✅print new line
\t - Correct Answers ✅insert line
\\ - Correct Answers ✅use \ character
%m - Correct Answers ✅two digit month
%d - Correct Answers ✅two digit day
%Y - Correct Answers ✅four digit year
%y - Correct Answers ✅two digit year