N=100
Print (" {0: {1} ^ 20} ". The format (' @ 'and'='))
Print (" {0: {1} ^ {2}} ". The format (' @ 'and'='N/5))
The output is:
=========@==========
====================
N=100
Print (" {0: {1} ^ 20} ". The format (' @ 'and'='))
Print (" {0: {1} ^ {2}} ". The format (' @ 'and'='N/5))
The output is:
=========@==========
====================