Question of the Day Form
Code Combat
String - a type of data that represents text. In both Python and JavaScript, strings are represented by text inside quotes. In Course 1, strings are used to identify objects for the hero to attack.
Write your name as a string in Python?
Write your name as a string in Python?
Google Classroom
Question of the Day Form
CodeHS
String - a type of data that represents text. In both Python and JavaScript, strings are represented by text inside quotes.
Write your name as a string in Python?
Basic JavaScript and Graphics
What is the Don't Repeat Yourself Principle and how do you apply it to CSS?
Write your name as a string in Python?
Basic JavaScript and Graphics
What is the Don't Repeat Yourself Principle and how do you apply it to CSS?
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
background-color:Chartreuse;
}
No comments:
Post a Comment