Computer Science, asked by mouneshvadde143, 3 days ago

print(L[ : -7 : -1]) *​

Answers

Answered by olamideolajuyi19
0

Explanation:

Only the primitive data types (REAL, INDEX, STRING, BOOL, and BITS) print usable values. For example:

ExpNo = 5

Print("Experiment No.", ExpNo)

prints

Experiment No.5

in the output file.

Similar questions
Math, 3 days ago