• A P = 'python' * int('1')
  • B P = 'python' + 1
  • C P = 'python' + str(1)
  • D P = 'python' * 1
  • Share this MCQ