This document discusses learning to program using Python and JavaScript. It introduces variables, printing output, and conditional statements in both Python and JavaScript. Key differences are that Python uses indentation for code blocks and True/False instead of true/false for booleans.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views10 pages
Python and JavaScript Programming Basics
This document discusses learning to program using Python and JavaScript. It introduces variables, printing output, and conditional statements in both Python and JavaScript. Key differences are that Python uses indentation for code blocks and True/False instead of true/false for booleans.