Convert 1000 bytes to megabyte, terabyte, petabyte and kilobyte. Write a python program for this conversion . Get the input from the user in bytes must test the program for the below test vase
Answers
Answered by
0
Answer:
1024b=1kb
1024 kb=1mb
1024 mb=1gb
1024gb=1tb
1024tb=1pb
Similar questions