Computer Science, asked by ArishaRazi9468, 1 year ago

How to generate secure temporary file name using Python?

Answers

Answered by Shubu01
0

\huge{Hey Mate!!!}

☆☞ Here is ur answer ☜☆

✔✔ To create one temporary file in Python, you need to import the tempfile module.

✔✔ As explained above, we have created the temporary file using the TemporaryFile() function.

✔✔ From the output, you can see that the created object is actually not a file, it is a file-like object

HOPE IT HELPS!

Answered by SnehaG
0

<font color="red">hello!!

☆☞ Here is ur answer ☜☆

✔✔ To create one temporary file in Python, you need to import the tempfile module.

✔✔ As explained above, we have created the temporary file using the TemporaryFile() function.

✔✔ From the output, you can see that the created object is actually not a file, it is a file-like object

HOPE IT HELPS!

Similar questions