When I paste my code, it’s just black. (Indentions are good )
Some people paste their codes with colors… How do you do this here on the forum? (Without doing it by hand of course )
Sorry for wasting your time!
MatSn0w
Example:
# Write your function below!
def fizz_count(x):
count = 0
for item in x:
if item == "fizz":
count = count + 1
return count
It sort of is(“</>” button in top of editor), although I don’t think there are colors. print("hello")
See?
Also, is that how you pasted code in the first post, or did you just did something like you would on a regular text editor?