Coba impor Python

try:
  import os                     
except:
  print('Can not import')
navin_hariharan