# Write a Python program that checks whether a given number is prime. # A prime number is a whole number greater than 1 that has no divisors # other than 1 and itself (e.g., 2, 3, 5, 7, 11, 13 ...). # ...
# 1. Print whether the file exists. # 2. Delete the file using the unlink() method. # 3. Print whether the file exists after deletion. # 4. Print whether the folder still exists. file_path = ...