Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

PoSH Challenge part 1

 

I found this :

the python challenge

By michael

Need a reason to play with Python? Try playing the 30+ levels of The Python Challenge. Solve the problem, move up to the next level.
 
As a warming up for the :
:
 
I / you  might have a reason to play with PoSH ;-)
 
SO I started with solving the first question with PowerShell
 
Spoiler warning  ! take a look at the question in the Python challenge  first !!
not all the challenge is in the Code :
 
here is my answer to the first question :

$IE = New-Object -Com Internetexplorer.Application
$IE.Navigate("
http://www.pythonchallenge.com/pc/def/0.html")
$IE.Visible = $TRUE
sleep 5
$IE.Navigate("
http://www.pythonchallenge.com/pc/def/$([MATH]::POW(2,38)).html")

Next question looks solvable also ..

to be continued

 Enjoy,

Greetings /\/\o\/\/

Published Wednesday, January 09, 2008 5:10 PM by MoW

Comments

# Development in a Blink » Blog Archive » The Python (PowerShell?) Challenge

# Pages tagged "math"

Wednesday, January 09, 2008 7:56 PM by Pages tagged "math"

# PowerShell Challenge « PowerShell ?? ???????????? ??????????????

Anonymous comments are disabled