Skip to content

Commit

Permalink
Update tutorial.md
Browse files Browse the repository at this point in the history
Correcting indentation
  • Loading branch information
nekrut authored Feb 15, 2024
1 parent 6924cdd commit 65af991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/data-science/tutorials/python-basics/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ display(c=77)
>
> def f2k(f):
> k = ((f - 32) * (5.0 / 9.0)) + 273.15
> return k
> return k
>
> print(f2k(8))
> print(f2k(41))
Expand Down

0 comments on commit 65af991

Please sign in to comment.