“Chave de atalho para comentar em Python” Respostas de código

Spyder - Comentário Banch of Codee

# Single line comment
Ctrl + 1

# Multi-line comment select the lines to be commented
Ctrl + 4

# Unblock Multi-line comment
Ctrl + 5
Andrea Perlato

Chave de atalho para comentar em Python

single line commenting (and un-commenting) on mac:
cmd + / 
Noora Azadvari

Comente todas as linhas selecionadas em Python

Select relevant lines to be commented, then use ctrl+/
Fantastic Ferret

Respostas semelhantes a “Chave de atalho para comentar em Python”

Perguntas semelhantes a “Chave de atalho para comentar em Python”

Procure respostas de código populares por idioma

Procurar outros idiomas de código