プログラミング言語間の翻訳
GitHub Copilot は、Python から JavaScript、HTML から Markdown など、コードを別のプログラミング言語に翻訳します。
Description
Example
def add(a, b):
return a + bfunction add(a, b) {
return a + b;
}Exercise
Checklist for Further Learning
Last updated