+ 1
Plz help me to learn coding
All
55 Respuestas
+ 3
Keith i know bro this is for not private conversation and i am telling her not to chat here
+ 11
I see that you already started with Coding Foundations. Stick with it and complete that course!
If you get stuck or have any specific questions you should ask them here in the forums.
+ 4
HTML (including CSS) are not programming languages, but are still a good place to start. The Coding Foundations course starts with HTML and ultimately introduces Python.
Please use the messaging feature for private conversations 😉
+ 4
Kashish Pandey, FAKER
This discussion forum is for help with coding. Please use DM for private conversations and you may want to review the community guidelines.
https://www.sololearn.com/Discuss/3021159/?ref=app
+ 3
Not here
+ 2
Sorry but I am not bro I am a girl ☺️
+ 2
Download and install Python from python.org and use a text editor like Visual Studio Code.
Understand these concepts:
Variables and Data Types
# Variables
name = "Alice"
age = 25
is_student = True
# Print types
print(type(name)) # Output: <class 'str'>
print(type(age)) # Output: <class 'int'>
print(type(is_student)) # Output: <class 'bool'>
Control Structures (If-Else Statements)
age = 20
if age >= 18:
print("You are an adult.")
else:
print("You are a minor.")
Loops
# For loop
for i in range(5):
print(i)
# While loop
count = 0
while count < 5:
print(count)
count += 1
Functions
def greet(name):
return f"Hello, {name}!"
print(greet("Alice"))
+ 1
I want to learn coding
+ 1
Oh okk
+ 1
Bro you can learn html , css they are simple language so you will don't face much difficulty in learning thant and when you are done with it you can learn any language by change of syntax
+ 1
Can we talk in Hindi
+ 1
What is Linux
Linux is operating system linke windows but with different features
+ 1
Ohh
+ 1
Yes but related to topic
+ 1
Ok
+ 1
ok mayb use some utube vid that can help since it help me???
0
Call me kissu
0
So kissu I think u had understood what I want to say
0
Yes , can we make friends
0
Oh you are also Indian where are you from