user-data-input
v1.0.6
Published
The package is used to take input easy way.
Downloads
3
Readme
��#� �u�s�e�r�-�i�n�p�u�t�-�n�p�m�-�p�a�c�k�a�g�e�
�
�
�
�#�#� �S�a�m�p�l�e� �e�x�a�m�p�l�e� �c�o�d�e�:�
�
�
�
��
��j�s�
�
�c�o�n�s�t� �r�e�a�d�I�n�p�u�t� �=� �r�e�q�u�i�r�e�(�'�u�s�e�r�-�d�a�t�a�-�i�n�p�u�t�'�)�;�
�
�
�
�(�a�s�y�n�c� �(�)� �=�>� �{�
�
� � � � �l�e�t� �i�n�p�u�t� �=� �a�w�a�i�t� �r�e�a�d�I�n�p�u�t�(�'�'�)�;�
�
� � � � �c�o�n�s�o�l�e�.�l�o�g�(�i�n�p�u�t�)� � �
�
�}�)�(�)�;�
�
�
��
�