COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
To save a Python program, Open the ‘File’ menu and choose ‘Save’.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -save() function is used in the Python coding language to save a separate array which is storing a set of data in npy format to ensure that the data is stored in a file located in the hard disk, which can be loaded as per functions needed.

Detailed explanation-2: -Method 1: Use absolute path. Method 2: Use os.path() Method 3: Use shutil .copy() Method 4: Use Path.

There is 1 question to complete.