코딩 썸네일형 리스트형 티스토리에서 코드 표시하기 #include int main(){ printf("Hello World\n"); return 0; } Tistory에서 코드를 깔끔하게 볼수 있는 방법이다. 코드 ... 꽤 편리하다. 출처 : http://thefront.tistory.com/5 ============================================================================= 칼라스크립트 https://colorscripter.com/ score = 0class Calculator(object): def p(self,a,b,c): global score if (c == a + b): print("right!") score += 10 else: score -= 10 def x(self,a,b,c).. 더보기 이전 1 다음