Comparison of programming languages (basic instructions): Difference between revisions

Content deleted Content added
added some Pascal code (except the final table)
Data conversions: added python
Line 176:
|-
| Python
| int('5')
|
| float('5.0')
|
| str(5)
|
| str(5.0)
|
|}