Home > other >  How in python3. X running on a command
How in python3. X running on a command

Time:09-28

Is according to the direction key in Linux, a command will not run again, and in the python 2. X can be, in the solution

CodePudding user response:

Did you get the history not the last one and then the execution inside?

CodePudding user response:

reference 1st floor nice_fish response:
did you get the history not the last one and then the execution inside?
don't understand what you mean, I mean in the python interactive interface, on how to execute a command,,,

CodePudding user response:

Alt + p
This line

CodePudding user response:

This also can not ah, this python2 with python3 or a language,,,

CodePudding user response:

> The list (' today ')
[' t ', 'o', 'd', 'a', 'y']
> A=(" 123 ", '2323')
> A
(' 123 ', '2323')
> Type (a)
> The list (a)
[' 123 ', '2323')
> Type (a)
> A
(' 123 ', '2323')
> Aa=list (a)
> Type (aa)
>
  • Related