You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this code challenge, you need to read a line from stdin and store it to a variable, print 'Hello Techgig' and then on another line, print the variable's value.
A single line to be taken as input and save it into a variable of your choice.
Input Format
A single line to be taken as input and save it into a variable of your choice.
Constraints
1 < |s| < 10000
Output Format
Print 'Hello Techgig' and then content of the variable on another line. */