Python
by - Thursday, January 1, 1970 at 12:00 AM
name = input("Whats your name? : ")
print("Wassup guys!")
print("Welcome to breach forums! ", name)
Reply
#!/usr/bin/perl my $name = ;print "hello, $name";personal opinion, perl is better
Reply
#!/bin/bash
read -p "Name : "
echo "Welcome ${REPLY}"

bash is one of the easiest and most versatile scripting languages
Reply
#!/usr/bin/ruby

print "Name: "
name = gets
puts "Welcome to BreachForums #{name}"
Reply
too hard for me ;) but funny to read
Reply
anyone actually run it in python :)
Reply
func main{
    fmt.Println("Hello")
}
Reply


 Users viewing this thread: Python: No users currently viewing.