Home > other >  Pycharm numpy in question
Pycharm numpy in question

Time:09-24

Can I open the two code in pycharm nunpy why is not the same as

CodePudding user response:

If the code is not used to this library, pycharm to turn this library into gray

CodePudding user response:

reference 1st floor m0_46609698 response:
if the code is not used to this library, pycharm will make the library gray
good thank you, but I wrote this code:
Def access pixel ()
Print (' I, shape ')
Height=i. hape [0]
Width=i. hape [1]
Channels=i. hape [2]
Print ('... ')

CodePudding user response:

refer to the second floor zzhui70 response:
Quote: refer to 1st floor m0_46609698 response:
if the code is not used to this library, pycharm will make the library gray
good thank you, but I wrote this code:
Def access pixel ()
Print (' I, shape ')
Height=i. hape [0]
Width=i. hape [1]
Channels=i. hape [2]
Print ('... ')
the above slogan missed a I

CodePudding user response:

reference zzhui70 reply: 3/f
Quote: refer to the second floor zzhui70 response:
Quote: refer to 1st floor m0_46609698 response:
if the code is not used to this library, pycharm will make the library gray
good thank you, but I wrote this code:
Def access pixel ()
Print (' I, shape ')
Height=i. hape [0]
Width=i. hape [1]
Channels=i. hape [2]
Print ('... ')
the above slogan missed a I
and the first print habitually dozen quotes say
  • Related