Literals/Integer: Difference between revisions

m
emphasis
(New page: {{task}}Some programming languages have ways of expressing integer literals in bases other than the normal base ten. Show how integer literals can be expressed in as many bases as your la...)
 
m (emphasis)
Line 3:
Show how integer literals can be expressed in as many bases as your language allows.
 
Note: thatthis should '''not''' involve the calling of any functions/methods but should be interpreted by the compiler or interpreter as an integer written to a given base.
 
=={{header|Python}}==
Anonymous user