I just started Python yesterday, and I was just wondering, is there any way to make a multi-line comment in Python? I only know to do it with a hashtag, but it is quite annoying to constantly use a hashtag over and over again on multiple lines. Thanks!
            Asked
            
        
        
            Active
            
        
            Viewed 28 times
        
    0
            
            
        - 
                    The title of the duplicate is almost identical to your title. Did you do a search first? – Barmar Jul 15 '21 at 19:02
- 
                    No, I only started stack overflow in January and this is my first post, so no. – Gary Yang Jul 15 '21 at 19:04
- 
                    With proper editor support, you don't need multiline comments. – chepner Jul 15 '21 at 19:17
