csev / cc4e

C Programming for Everybody
https://www.cc4e.com/
Other
292 stars 92 forks source link

From Python to C - The Rosetta Stone Lecture (cc_02_01.c) #82

Closed edmspjp closed 7 months ago

edmspjp commented 7 months ago

Taking in account C code and the Output, you have a typo on Python side: print('x',3.5,'i',10) must be: print('x',3.5,'i',100)

csev commented 7 months ago

You are quite correct - fixed in commit 66cac2ca4b33360e4ca8ff6bc78118656da42880 - It will take longer to redo all the videos in all the places - but at least the sample code and slides are correct.

Thanks.