Ir para conteúdo
Fórum Script Brasil

MatheusMMacedo

Membros
  • Total de itens

    2
  • Registro em

  • Última visita

Tudo que MatheusMMacedo postou

  1. help> help(str) No Python documentation found for 'help(str)'. Use help() to get the interactive help utility. Use help(str) for help on the str class. help> Quando eu passo um parâmetro tanto no console quanto dentro do arquivo .py eu recebo a mensagem de erro
  2. Olá, estudo Python a pouco mais de um mês, e estou aprendendo a usar DocStrings, e com isso também, a função help( ). O problema é que por algum motivo ela não funciona direito comigo, quando eu uso o comando help( ) ele até abre no console do Visual Studio, porém, não consigo informações específicas, como por exemplo em help(str). O que pode ser que está causando esse erro. Segue abaixo tudo o que eu tive de retorno no console do Visual Studio Code Agradeço desde já. >>> help() Welcome to Python 3.8's help utility! If this is your first time using Python, you should definitely check out the tutorial on the Internet at https://docs.python.org/3.8/tutorial/. Enter the name of any module, keyword, or topic to get help on writing Python programs and using Python modules. To quit this help utility and return to the interpreter, just type "quit". To get a list of available modules, keywords, symbols, or topics, type "modules", "keywords", "symbols", or "topics". Each module also comes with a one-line summary of what it does; to list the modules whose name or summary contain a given string such as "spam", type "modules spam". help> str 'more' não é reconhecido como um comando interno ou externo, um programa operável ou um arquivo em lotes. help>
×
×
  • Criar Novo...