This channel for code lover. You can learn coding with short videos.
Asmr Coding #Shorts
name = "Alice"greeting = f"Hello, {name}!"print(greeting)
1 year ago | [YT] | 0
View 0 replies
x = "Python"print(x[1:4])
x = 10 y = 5 print(x + y * 2)
Asmr Coding #Shorts
name = "Alice"
greeting = f"Hello, {name}!"
print(greeting)
1 year ago | [YT] | 0
View 0 replies
Asmr Coding #Shorts
x = "Python"
print(x[1:4])
1 year ago | [YT] | 0
View 0 replies
Asmr Coding #Shorts
x = 10
y = 5
print(x + y * 2)
1 year ago | [YT] | 0
View 0 replies