How to comment or uncomment a Python block of code on Replit.com

TechDPi
Jan 17, 2022

It is fairly easy and like most code editors you need to type:

Ctrl-/ | Command-/ | Toggle comment

To make it more clear this is what you need to do to comment or uncomment a python block of code:

  1. Select block of lines to comment
  2. Type “Ctrl + K” followed by “Ctrl + C”

To uncomment use: “Ctrl + K” followed by “Ctrl + U”

--

--

TechDPi
0 Followers

I learning new Techlogies & Jeg lærer dansk :)