Programming Blog

This blog is about technical and programming questions and there solutions. I also cover programs that were asked in various interviews, it will help you to crack the coding round of various interviews

Tuesday 12 December 2017

Simple python program

A simple program that displays “Hello, User!”. It's often used to show the syntax of the language.

Print('Hello , User!')

No comments:

Post a Comment