Aidenk/test(문단 편집)전체 편집역사ACL[오류!] 편집 권한이 부족합니다. ACL그룹 인증된 사용자에 속해 있는 사용자(이)여야 합니다. 해당 문서의 ACL 탭을 확인하시기 바랍니다.닫기RAW 편집== 각종 문법 == {{{#!syntax csharp using UnityEngine; // 주석은? using System; using System.Collections; using System.Collections.Generic; using TMPro; GameObject player; // 유니티는 안되는듯 int a = 10; if (a == 10) { Debug.Log("이건 어찌 뜰까?"); } void Start() { for if else if else switch case int float string long Console.WriteLine("음..."); } Void Update() { } }}} {{{#!syntax python import requests import socket a = [] print(f'{a}') url = "https://theseed.io/" for i in range(666): a = requests.post(url) print(a.text) if # ㅇㅇ else elif for while print def ''' 이거 되나? ''' def molru(): }}} 프린트는 쳐주는데 왜 Console.WriteLine은 색이 그대로일까... 닫기