Jump to content
Fórum Script Brasil
  • 0

String


Lukito

Question

Ola Galera, sou iniciante no Python e tudo no Python tá sendo novo pra mim,

estou amando estudar essa linguagem.

o problema que eu vou colocar aqui parece muito simples pra vocês mais pra mim, tá sendo deficil...

ok, eu adicionei um import string para trabalhar com textos, depois disso vou adicionar o ascii_letters a variavel a para receber o alfabeto, veja o codigo:

import string
__author__="Lucas Emanuel"
__date__ ="$02/09/2011 10:32:46$"

if __name__ == "__main__":

   a = string.ascii_letters
Só que na hora que eu vou executar aparece esse erro:
File "G:\Workspace\Projetos\Python\Strings\src\strings.py", line 6, in <module>
    import string
ImportError: No module named string

realmente não sei o porque desse erro... :huh:

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...