7 questions
Hello, I'm trying to implement the comment function during the development of the bulletin board.I'm confused no matter how much I think about it and search for it.I'd like to ask for your help.First ...
I want to implement the comment function of the comment.The image above is a capture of some of the following webtoon comments.If you press A tag called Reply 3, the comments are loaded down.In my opi...
In c, /**/ and in Python, ' are used to annotate several lines. How do I write multiple line annotations in Ruby?
I'm a beginner at Python. I know Python annotations are there to explain how to organize code that doesn't help coding at all like C, but to encode text as utf-8 when thrusting it # -*- coding: utf-8 ...
This is a question about Best Reflection Logic.The comments I developed can be sorted (by likes/by writing)When you print TOP 3 by arranging it in the order of likes, you print it out with the best ri...
/* */ doesn't work on Python?I'm going to comment on several lines, but do I have to attach # to it?
Why can't Python annotate multiple lines?I know that you use or ' to process multiple lines, but technically, it's right to classify it as a string, so I exclude it.Other languages support multi-line...
© 2024 OneMinuteCode. All rights reserved.