Fikri

45 posts

Fikri banner
Fikri

Fikri

@ammadali_fikri

Learning Web Development | PHP → Laravel 🚀

Bogor, ID Katılım Şubat 2025
26 Takip Edilen2 Takipçiler
Fikri retweetledi
Maverick
Maverick@Maverickdotsol·
@uselesschad it’s a $stupid good chart bro
English
5
9
24
119
Fikri retweetledi
Fikri retweetledi
Maverick
Maverick@Maverickdotsol·
@jeremybtc $stupid wealth is coming
Maverick tweet media
English
7
12
22
99
Jeremy
Jeremy@Jeremybtc·
No risk No generational wealth
English
287
33
401
18.4K
Fikri retweetledi
ray 🐂
ray 🐂@moonbag·
$stupid holding up very well compared to other coins, matter of time before this breaks ATH
English
90
60
548
26.1K
Fikri
Fikri@ammadali_fikri·
I have completed Learn CSS Colors by Building a Set of Colored Markers #freecodecamp #learn-css-colors-by-building-a-set-of-colored-markers" target="_blank" rel="nofollow noopener">freecodecamp.org/learn/2022/res…
English
0
0
0
6
Fikri
Fikri@ammadali_fikri·
I have completed Learn Basic CSS by Building a Cafe Menu #freecodecamp #learn-basic-css-by-building-a-cafe-menu" target="_blank" rel="nofollow noopener">freecodecamp.org/learn/2022/res…
English
0
0
0
10
Fikri
Fikri@ammadali_fikri·
I have completed Learn HTML by Building a Cat Photo App #freecodecamp #learn-html-by-building-a-cat-photo-app" target="_blank" rel="nofollow noopener">freecodecamp.org/learn/2022/res…
English
0
0
0
20
Fikri
Fikri@ammadali_fikri·
@evanyou Vue on lynx? Leggo!!!
Suomi
0
0
0
359
Fikri
Fikri@ammadali_fikri·
Bruh what's happened, i wrote 5 post, but only 1 that got posted, my following became 0💀 Nvm, will do again tomorrow. Time to sleep, my main job is waiting for me tomorrow, i mean today 🙃
English
0
0
0
20
Fikri
Fikri@ammadali_fikri·
Day 3 | Python | Learn the Basics | Conditional If statement Do some code only IF some conditions are met. The print() statement is indented under the if block. Indentation defines the structure of code. print() will be executed because the condition is met. . (1/5)
Fikri tweet media
English
0
0
0
26
Fikri
Fikri@ammadali_fikri·
Because Python used 4 spaces per indentation level to enforce readability and ensure the code is visually structured, and X limits the post text, I will add screenshots to show examples.
English
0
0
0
13
Fikri
Fikri@ammadali_fikri·
example: name = "Code" # string bool(name) # bool, true and will be false if there is no value in name age = 25 # int float(age) # float, will be 25.0 gpa = 3.2 # float int(gpa) # int, will be 3 is_Student = True # bool str(is_Student) # string, will be "True" . (5/6)
English
1
0
0
10
Fikri
Fikri@ammadali_fikri·
Day 3 | Python | Learn the Basics | Typecasting The process of converting the value of one data type to another data type is called type conversion. Python has two types of type conversion: Implicit and Explicit. . (1/6)
English
1
0
0
15