Weak Type Ability for Python

J. Pic jpic at yourlabs.org
Thu Apr 13 07:35:16 EDT 2023


print(f'{x}{y}') ?

On Wed, Apr 12, 2023 at 7:06 PM Ali Mohseni Roodbari <
ali.mohseniroodbari at gmail.com> wrote:

> Hi all,
> Please make this command for Python (if possible):
>
> >>> x=1
> >>> y='a'
> >>> wprint (x+y)
> >>> 1a
>
> In fact make a new type of print command which can print and show strings
> and integers together.
>
> Sincerely yours,
> Ali.
> --
> https://mail.python.org/mailman/listinfo/python-list
>


-- 
Personnel et confidentiel


More information about the Python-list mailing list