Skip to content

Commit

Permalink
Merge pull request #4728 from galaxyproject/nekrut-patch-2
Browse files Browse the repository at this point in the history
Update tutorial.md
  • Loading branch information
hexylena authored Feb 15, 2024
2 parents 6924cdd + 65af991 commit f0edb00
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 f0edb00

Please sign in to comment.