+ 1

Plz help me to learn coding

All

2nd Jun 2024, 2:57 PM
Kashish Pandey
47 Respostas
+ 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.
2nd Jun 2024, 3:06 PM
Keith
Keith - avatar
+ 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 šŸ˜‰
4th Jun 2024, 7:14 AM
Keith
Keith - avatar
+ 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
4th Jun 2024, 7:52 AM
Keith
Keith - avatar
+ 2
Sorry but I am not bro I am a girl ā˜ŗļø
4th Jun 2024, 7:03 AM
Kashish Pandey
+ 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"))
4th Jun 2024, 1:28 PM
GD&D
GD&D - avatar
+ 1
I want to learn coding
2nd Jun 2024, 2:58 PM
Kashish Pandey
+ 1
Oh okk
4th Jun 2024, 2:23 AM
Kashish Pandey
+ 1
Can we talk in Hindi
4th Jun 2024, 7:13 AM
Kashish Pandey
+ 1
Ohh
6th Jun 2024, 6:32 AM
Kashish Pandey
+ 1
ok mayb use some utube vid that can help since it help me???
6th Jun 2024, 6:41 PM
Satwik Gupta
0
Call me kissu
4th Jun 2024, 7:04 AM
Kashish Pandey
0
Yes , can we make friends
4th Jun 2024, 7:07 AM
Kashish Pandey
0
Oh you are also Indian where are you from
4th Jun 2024, 7:08 AM
Kashish Pandey
0
Ok
4th Jun 2024, 7:10 AM
Kashish Pandey
0
Excuse me I don't know
4th Jun 2024, 7:11 AM
Kashish Pandey
0
How to check it
4th Jun 2024, 7:11 AM
Kashish Pandey
0
Ok
4th Jun 2024, 7:14 AM
Kashish Pandey
0
Tumhara naam kya h ??
4th Jun 2024, 7:14 AM
Kashish Pandey
0
Oh wow mera naam kashish h
4th Jun 2024, 7:15 AM
Kashish Pandey
0
Bhut accha h
4th Jun 2024, 7:15 AM
Kashish Pandey