Try It Yourself

Tryit Home


ကုဒ်အယ်ဒီတာ

ကျွန်ုပ်တို့၏ အွန်လိုင်းကုဒ်တည်းဖြတ်သူဖြင့်၊ သင်သည် ကုဒ်ကို တည်းဖြတ်နိုင်ပြီး သင့်ဘရောက်ဆာတွင် ရလဒ်ကို ကြည့်ရှုနိုင်ပါသည်။







Frontend Code Editor

W3Schools အွန်လိုင်းကုဒ်တည်းဖြတ်မှုဖြင့်၊ သင်သည် HTML၊ CSS နှင့် JavaScript ကုဒ်ကို တည်းဖြတ်နိုင်ပြီး သင့်ဘရောက်ဆာတွင် ရလဒ်ကို ကြည့်ရှုနိုင်သည်။

ဘယ်ဘက်ရှိ ဝင်းဒိုးသည် တည်းဖြတ်နိုင်သည် - ကုဒ်ကို တည်းဖြတ်ပြီး ညာဘက်ဝင်းဒိုးတွင် ရလဒ်ကိုကြည့်ရှုရန် "Run" ခလုတ်ကို နှိပ်ပါ။

"ရလဒ်အရွယ်အစား" သည် ရလဒ်ဝင်းဒိုး၏ အကျယ်နှင့် အမြင့်ကို pixels ဖြင့် ပြန်ပေးသည် (ဘရောက်ဆာဝင်းဒိုးကို အရွယ်အစားပြောင်းသည့်အခါပင်)။

ပြတင်းပေါက်များကြားရှိ ဘား (ဆွဲယူနိုင်သော ရေမြောင်း) ဖြင့် ပြတင်းပေါက်၏ အရွယ်အစားကို သင်ထိန်းချုပ်နိုင်သည်။

အိုင်ကွန်များကို အောက်ပါဇယားတွင် ရှင်းပြထားသည်။

အိုင်ကွန် ဖော်ပြချက်
www.w3schools.com သို့သွားပါ။
နောက်ထပ်ရွေးချယ်စရာများအတွက် မီနူးခလုတ်
သင့်ကုဒ်ကို သိမ်းဆည်းပါ (အခြားသူများနှင့် မျှဝေပါ)
Change orientation (horizontally or vertically)
Change color theme (dark or light)

Learn to Code

If you are new to coding, we suggest that you start with HTML, and move on to CSS and JavaScript:

HTML Tutorial CSS Tutorial JavaScript Tutorial

Backend Code Compiler

The backend code compiler allows you to edit Python, C#, C++, PHP, Node.js, Java, Bash, Clojure, Fortran, Go, Kotlin, Perl, R, Ruby, Scala, Swift, TypeScript, and VB.NET code, and view the result in your browser.


Result Size:
  • prog.r
  • Input
  • +
  • +
# We need this line of code to show graphs in our compiler
bitmap(file="out.png")

# Create a vector of pies
x <- c(10,20,30,40)

# Display the pie chart
pie(x)

Click on the "Try it Yourself" button to see how it works.

Code Compiler Explained

The Dropdown list to the right of the "Run" button allows you to change programming languages.

By selecting the "input" tab, you can add user input to use in the code.

The "+" tabs allows you to add additional files (for the same language you are currently running) to run.

Tip: You will find most of the topics above in our home page.