ShizukoVCodingCactus has a good overview: https://how-to-python.codingcactus.repl.co/2 years ago
RamBarabdeCoderthank you @InvisibleOne u are supporting me from a long time2 years ago
InvisibleOneOk, here's an overview.
Variables:
Variables store blocks of data for use in the code, to create a variable you give it a name, then the value it is equal to.
variable_1 = value
Variables can either be integers, which are numbers without a decimal point.
Floats, a number with a decimal point
Strings, which is anything between two quotes, usually like a string of text
There are also lists, which hold lists of values inside of two brackets, each value is separated by a comma.
Some examples:
va2 years ago
plz tell how to add it and then plz give codes and also any new thing you about buttons like color changing and many things in html language.
RamBarabdeCoderThank you all @Aphmeta ,@InvisibleOne,@ruiwenge2 and more
2 years ago
InvisibleOneIn the HTML file
Click Me!
then in the css
button {
padding: 15px;
font-size: 10px;
color: white;
font-family: 'Trebuchet MS';
background-color: darkgrey;
border-radius: 5px;
border: 6px solid black;
}
Something like that2 years ago
RamBarabdeCoderCan Any one tell me that when the cursor will goto the button then how it will change color2 years ago
please tell me politely because I am a learner so tell me.
HTML, CSS, JS
xfinnbarVery good for a beginner, but I have a few things I don't like about it.
Images are very large in file size and take a while to load. Consider compressing them.
The website is not at all mobile friendly.2 years ago