Which list will be referenced by the variable list_strip after the execution of the following code?list_string = '03/07/2008'list_strip = list_string.split('/')a. ['3', '7', '2008']b. ['03', '07', '2008']c. ['3', '/', '7', '/', '2008']d. ['03', '/', '07', '/', '2008']

Respuesta :

The variable list_strip after the execution of the following code is ['03', '07', '2008'].

What is code?

  • C is a machine-independent programming language that is primarily used to build various applications and operating systems like Windows, as well as more complex programs like the Oracle database, Git, the Python interpreter, and games. It is regarded as a programming foundation.
  • A strong general-purpose programming language is C. Operating systems, databases, compilers, and other types of software can all be created with it. C programming is a fantastic language for beginners to master.
  • Learning C is not difficult. You'll need perseverance and patience, just as with any other ability, to become an expert C programmer. 32 keywords make up the syntax of the programming language. As a result, learning it is a pretty straightforward coding process.

To learn more about code refer to:

https://brainly.com/question/26535599

#SPJ4

ACCESS MORE