Update readme.md
This commit is contained in:
parent
a372c95562
commit
96cf4fc9fc
|
@ -84,6 +84,7 @@ PySimpleGUI can be broken down into 2 types of API's:
|
||||||
SG.MsgBox('Variable number of parameters example', my_variable, second_variable, "etc")
|
SG.MsgBox('Variable number of parameters example', my_variable, second_variable, "etc")
|
||||||
|
|
||||||
Each new item begins on a new line in the Message Box
|
Each new item begins on a new line in the Message Box
|
||||||
|
|
||||||
![variablearguments](https://user-images.githubusercontent.com/13696193/42598375-022bc51e-852a-11e8-8f77-4d664ae1a560.jpg)
|
![variablearguments](https://user-images.githubusercontent.com/13696193/42598375-022bc51e-852a-11e8-8f77-4d664ae1a560.jpg)
|
||||||
|
|
||||||
#### Optional Parameters to a Function Call
|
#### Optional Parameters to a Function Call
|
||||||
|
|
Loading…
Reference in New Issue