Python RegEx Module MCQ - Quiz

  • A['To', ' is a nice ', ' and a Sun']
  • B['Today is a nice day and a Sunday']
  • C['Today is a nice day and a Sun']
  • D['Today is a nice day']
  • AToday is a nice day.\n Let's go for a walk.\n We'll also go to the park.
  • BToday is a nice day.\n Let's go for a walk.
  • C['Today is a nice day.']
  • DToday is a nice day.
  • AA set of the program's filename and command line arguments
  • BA list of the program's filename and command line arguments
  • CA tuple of the program's filename and command line arguments
  • DA dictionary of the program's filename and command line arguments