<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>f to c chart &#8211; True DIY : Your Number One Source for everything DIY, Crafts and handmade</title>
	<atom:link href="https://truediy.net/tag/f-to-c-chart/feed/" rel="self" type="application/rss+xml" />
	<link>https://truediy.net</link>
	<description>Leading Do It Yourself Magazine : True DIY provide 100% free high-quality DIY tutorials, step by step guide, crafts ideas and inspiration and much more Save money and have fun doing things yourself.</description>
	<lastBuildDate>Wed, 24 Nov 2021 09:33:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.2</generator>

<image>
	<url>https://truediy.net/wp-content/uploads/2020/01/cropped-logo-square-32x32.jpg</url>
	<title>f to c chart &#8211; True DIY : Your Number One Source for everything DIY, Crafts and handmade</title>
	<link>https://truediy.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">172596309</site>	<item>
		<title>How do you convert C to F in Python?</title>
		<link>https://truediy.net/diy-crafts/how-do-you-convert-c-to-f-in-python-2/</link>
					<comments>https://truediy.net/diy-crafts/how-do-you-convert-c-to-f-in-python-2/#respond</comments>
		
		<dc:creator><![CDATA[Lulu Sgh]]></dc:creator>
		<pubDate>Wed, 24 Nov 2021 09:33:17 +0000</pubDate>
				<category><![CDATA[DIY Crafts]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[Crafts]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[f to c chart]]></category>
		<guid isPermaLink="false">https://truediy.net/?p=22797</guid>

					<description><![CDATA[<p>So the first thing we are going to do is to ask the user for the temperature in Fahrenheit to convert it into the Celsius. temp = float(input(&#8220;Enter temperature in Fahrenheit: &#8220;)) &#8230; celsius = (temp &#8211; 32) * 5/9. &#8230; print(f&#8221;{temp} in Fahrenheit is equal to {celsius} in Celsius&#8221;) Likewise, How do I change [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://truediy.net/diy-crafts/how-do-you-convert-c-to-f-in-python-2/">How do you convert C to F in Python?</a> appeared first on <a rel="nofollow" href="https://truediy.net">True DIY : Your Number One Source for everything DIY, Crafts and handmade</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><b>  So the first thing we are going to do is to ask the user for the temperature in Fahrenheit to convert it into the Celsius. </b> </p>
<ol>
<li>   temp = float(input(&#8220;Enter temperature in Fahrenheit: &#8220;)) &#8230;  </li>
<li>   celsius = (temp &#8211; 32) * 5/9. &#8230;  </li>
<li>   print(f&#8221;{temp} in Fahrenheit is equal to {celsius} in Celsius&#8221;)  </li>
</ol>
<p>Likewise, How do I change Fahrenheit to Celsius on my iPhone?</p>
<p>Go to <b>Settings &gt; General &gt; Language &amp; Region.</b> <b>Select Temperature Unit and then change it to</b> either Celsius or Fahrenheit, whichever you want to use. Now your iPhone will use that unit by default whenever it needs to show the temperature.</p>
<p>Also, How do you convert Kelvin to Celsius in Python?</p>
<p>Then we use the formula, <b>K = C + 273.15</b> to find the temperature in K Scale.</p>
<p>Moreover, How do you convert a C++ program to Celsius to Fahrenheit?</p>
<p><b>  C++ Program to Perform Celsius to Fahrenheit Conversion </b> </p>
<ol>
<li>   /*  </li>
<li>   * C++ program to perform celsius to fahrenheit conversion.  </li>
<li>   #include&lt;iostream&gt;  </li>
<li>   using namespace std;  </li>
<li>   int main()  </li>
<li>   {  </li>
<li>   float fahrenheit, celsius;  </li>
<li>   cout &lt;&lt; &#8220;Enter the temperature in Celsius : &#8220;;  </li>
</ol>
<p>How do I change Apple watch from C to F?</p>
<p>The temperature unit cannot be changed directly on your Apple Watch. To change to Fahrenheit on your Apple Watch: On your iPhone, in the Weather app, <b>tap on °C / °F to switch between units</b>. The change will be reflected automatically in the Weather app (and its watch face complications) on your Apple Watch.</p>
<h2><strong>How do I change from Fahrenheit to Celsius on Windows 10?</strong></h2>
<p>To Change Temperature to Fahrenheit or Celsius in Weather app using Keyboard Shortcut. 1 Open the Weather app. <b>2 Press the Alt + Enter keys</b> to toggle the temperature to Fahrenheit or Celsius for what you want.</p>
<h2><strong>Why is my weather app showing the wrong temperature?</strong></h2>
<p>Toggling the location settings in your app or phone may solve the issue. Follow these steps: Open the weather widget, and <b>toggle the location</b> option. Navigate to Google services &gt; Settings, and then toggle location.</p>
<h2><strong>How do you convert Kelvin to Fahrenheit in Python?</strong></h2>
<p><b>  Kelvin to Fahrenheit Conversion Formula </b> </p>
<ol>
<li>   Subtract 273.15 from your Kelvin temperature.  </li>
<li>   Multiply this number by 1.8 (this is the decimal value of 9/5).  </li>
<li>   Add 32 to this number.  </li>
</ol>
<h2><strong>How do I make a temp conversion in Python?</strong></h2>
<p>To create a python converter for celsius and fahrenheit, you first have to find out which formula to use. <b>(°F – 32) x 5/9 = °C</b> or in plain english, First subtract 32, then multiply by 5, then divide by 9.</p>
<h2><strong>How do I enter temp in C++?</strong></h2>
<p>Enter C to convert to Celsius or F to convert to Fahrenheit: c Enter Fahrenheit temperature: 100 100° Fahrenheit is 37.7778° Celsius Enter C to convert to Celsius or F to convert to Fahrenheit: f Enter Celsius temperature: 100 100° Celsius is 212° Fahrenheit Enter C to convert to Celsius or F to convert to Fahrenheit: &#8230;</p>
<h2><strong>How do you add a degree in C++?</strong></h2>
<ol>
<li>   If there is no degree symbol on your keyboard, here is one ° you can copy-paste in your code. – &#8230;  </li>
<li>   Use charmap, or alt+0176 (in the numpad), or copy this: ° – Yodan Tauber May 21 &#8217;14 at 7:54.  </li>
<li>   @YodanTauber : Is their a way we can display it with copy pasting?  </li>
</ol>
<h2><strong>How do I change weather widget to Celsius on iPad?</strong></h2>
<p><b>  How to change between Fahrenheit and Celsius on iPhone </b> </p>
<ol>
<li>   Open the Apple Weather App.  </li>
<li>   Tap the hamburger icon (three lines) in the bottom right corner.  </li>
<li>   Tap the C°/F° in the bottom left corner.  </li>
</ol>
<h2><strong>How do I change my Android phone from Celsius to Fahrenheit?</strong></h2>
<p><b>  6 Answers </b> </p>
<ol>
<li>   Open the Google app.  </li>
<li>   Scroll down to the Weather card.  </li>
<li>   Press the menu button on that card.  </li>
<li>   Press &#8220;Change temperature units to °F&#8221;.  </li>
<li>   Press the menu again.  </li>
<li>   Press &#8220;Change temperature units to °C&#8221;.  </li>
</ol>
<h2><strong>How do I change the weather location on my iPad?</strong></h2>
<p><b>  All replies </b> </p>
<ol>
<li>   Long-press the Weather Widget, available on your iPhone or iPad Home Screen.  </li>
<li>   Tap on Edit Widget. &#8230;  </li>
<li>   You can either let your iPhone determine your current location, or tap on the Location field to manually input the desired location.  </li>
</ol>
<h2><strong>How do I change Windows from C to F in taskbar?</strong></h2>
<p>The taskbar can display the temperature in Celsius (°C) or Fahrenheit (°F). To switch between these two units, open news and interests on the taskbar and <b>select °C or °F on the weather</b>.</p>
<h2><strong>How do I change the temperature from Fahrenheit to Celsius on my laptop?</strong></h2>
<p><b>Press the Alt + Enter</b> keys on the keyboard. Click on the F (Fahrenheit) or C (Celsius) letter next to the temperature for what you want. 1.</p>
<h2><strong>Why does Apple weather never show 69 degrees?</strong></h2>
<p>The weather app actually always uses temperature data in whole number Celsius degrees internally, and then converts to rounded Fahrenheit just for the UI. That means Apple&#8217;s <b>Weather app would never be able to show 69 degrees as a result</b>.</p>
<h2><strong>How do I get the weather Channel widget?</strong></h2>
<p>Tap the + sign on the top of your screen. Tap “<b>search widgets</b>” and enter “The Weather Channel” Select the size widget you want and tap “Add Widget”, then ”Done”</p>
<h2><strong>At what temperature are Celsius and Fahrenheit the same?</strong></h2>
<p>Therefore, Celsius and Fahrenheit scale coincide at <b>-40 degrees</b>. Note: The difference between both scales is the base measurement. The Celsius scale has a melting point of water as 100 degrees and Fahrenheit scale has 32 degrees.</p>
<h2><strong>At what temperature are Kelvin and Fahrenheit the same?</strong></h2>
<p>You can also estimate a temperature by looking up the closest value on a conversion table. There is a temperature where the Fahrenheit and Celsius scales read the same temperature. Fahrenheit and Kelvin read the same temperature at <b>574.25</b>.</p>
<h2><strong>Which three temperature readings all mean the same thing?</strong></h2>
<p>Explanation : <b>Conversion of degree Celsius to Kelvin</b> : Conversion of degree Celsius to degrees Fahrenheit : By using these two conversion factors, we get the three temperature readings all mean the same thing.</p>
<h2><strong>Why temp is used in Python?</strong></h2>
<p>Temporary files, or &#8220;tempfiles&#8221;, are mainly <b>used to store intermediate information on disk for an application</b>. &#8230; Python provides a module known as tempfile, which makes creating and handling temporary files easier. This module provides a few methods to create temporary files and directories in different ways.</p>
<h2><strong>How do you convert Faraday to Celsius?</strong></h2>
<p>How to Convert Temperatures. First, you need the formula for converting Fahrenheit (F) to Celsius (C): <b>C = 5/9 x (F-32)</b></p>
<h2><strong></strong></h2>
<h2><strong></strong></h2>
<p>The post <a rel="nofollow" href="https://truediy.net/diy-crafts/how-do-you-convert-c-to-f-in-python-2/">How do you convert C to F in Python?</a> appeared first on <a rel="nofollow" href="https://truediy.net">True DIY : Your Number One Source for everything DIY, Crafts and handmade</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://truediy.net/diy-crafts/how-do-you-convert-c-to-f-in-python-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">22797</post-id>	</item>
		<item>
		<title>Which is colder F or C?</title>
		<link>https://truediy.net/diy-crafts/which-is-colder-f-or-c/</link>
					<comments>https://truediy.net/diy-crafts/which-is-colder-f-or-c/#respond</comments>
		
		<dc:creator><![CDATA[S.Alivia]]></dc:creator>
		<pubDate>Sun, 24 Oct 2021 10:29:14 +0000</pubDate>
				<category><![CDATA[DIY Crafts]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[Answers]]></category>
		<category><![CDATA[Crafts]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[f to c chart]]></category>
		<guid isPermaLink="false">https://truediy.net/?p=22798</guid>

					<description><![CDATA[<p>Yes. 0°C is the freezing point of water, but 0°F is colder than the freezing point of water, because in the Fahrenheit scale water freezes at 32°F. This means 0°F is colder than 0°C. 1 degree of temperature in the Celsius scale represents more of a change than 1 degree of temperature in the Fahrenheit [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://truediy.net/diy-crafts/which-is-colder-f-or-c/">Which is colder F or C?</a> appeared first on <a rel="nofollow" href="https://truediy.net">True DIY : Your Number One Source for everything DIY, Crafts and handmade</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Yes. 0°C is the freezing point of water, but <b>0°F is colder than the freezing point</b> of water, because in the Fahrenheit scale water freezes at 32°F. This means 0°F is colder than 0°C. 1 degree of temperature in the Celsius scale represents more of a change than 1 degree of temperature in the Fahrenheit scale.</p>
<p>Likewise, Which is hotter 70 degrees Celsius or 343.15 Kelvin?</p>
<p>Goal: Convert 70 degrees Celsius to degrees Kelvin. Result: 70 C is equal to 343.15 K. <br /> &#8230; <br /> degree Kelvin. </p>
<table>
<tbody>
<tr>
<th>     degrees Celsius [C]    </th>
<th>     degrees Kelvin [K]    </th>
</tr>
<tr>
<td>     1    </td>
<td>     274.15    </td>
</tr>
<tr>
<td>     10    </td>
<td>     283.15    </td>
</tr>
<tr>
<td>     20    </td>
<td>     293.15    </td>
</tr>
<tr>
<td>     50    </td>
<td>     323.15    </td>
</tr>
</tbody>
</table>
<p>Also, What is warmer C or F?</p>
<p>The customary unit for measuring temperature is degrees Fahrenheit (°F). &#8230; <b>The greater the temperature, the warmer it is</b>. So, 80°C is warmer than 72°C because 80 &gt; 72.</p>
<p>Moreover, Which is colder F or 0 F?</p>
<p>Fahrenheit is also a relative scale. Science legend has is that <b>0 °F was the coldest temperature observed</b> and 100 °F was the hottest temperature observed, weather wise, in Dr. &#8230; -273.15 °C, or 0 K, is Absolute Zero. So, the size of the degree is still arbitrary-it is the same size as a degree C.</p>
<p>Which temperature is colder 0 F or 200k?</p>
<p><b>200 kelvin is much colder than 0 degrees</b> F (200 kelvin = -99.67 F).</p>
<h2><strong>How do you convert celcius to farenheit?</strong></h2>
<p>The basic formula is <b>°C + 273.15 = K</b>. The basic formula for converting Fahrenheit into Celsius is (°F − 32) × 5/9 = °C. To convert Fahrenheit degrees into Kelvins, (°F − 32) × 5/9 + 273.15 = K.</p>
<h2><strong>What is the Celsius equivalent of 70 degrees?</strong></h2>
<p>Fahrenheit to Celsius Conversion Chart </p>
<table>
<tbody>
<tr>
<th>     Fahrenheit    </th>
<th>     Celsius    </th>
</tr>
<tr>
<td>     40°F    </td>
<td>     4°C    </td>
</tr>
<tr>
<td>     50°F    </td>
<td>     10°C    </td>
</tr>
<tr>
<td>     60°F    </td>
<td>     16°C    </td>
</tr>
<tr>
<td>     70°F    </td>
<td>     <b>      21°C     </b>    </td>
</tr>
</tbody>
</table>
<h2><strong>What is C on the Kelvin scale?</strong></h2>
<p>Celsius to Kelvin table </p>
<table>
<tbody>
<tr>
<th>     Celsius    </th>
<th>     Kelvin    </th>
</tr>
<tr>
<td>     0 °C    </td>
<td>     <b>      273.15 K     </b>    </td>
</tr>
<tr>
<td>     1 °C    </td>
<td>     274.15 K    </td>
</tr>
<tr>
<td>     2 °C    </td>
<td>     275.15 K    </td>
</tr>
<tr>
<td>     3 °C    </td>
<td>     276.15 K    </td>
</tr>
</tbody>
</table>
<p> • 16 mai 2018</p>
<h2><strong>Which is colder 30 C or 30 F?</strong></h2>
<p>Which is warmer, 30°C or 30°F? Correct answer: the table shows that 30°C is <b>about 86°F</b>, which is warmer than 30°F.</p>
<h2><strong>What does F mean in temperature?</strong></h2>
<p>The <b>Fahrenheit temperature scale</b> is used in the United States; the Celsius, or centigrade, scale is employed in most other countries and for scientific purposes worldwide. The conversion formula for a temperature that is expressed on the Celsius (°C) scale to its Fahrenheit (°F) representation is: °F = (<sup>9</sup>/<sub>5</sub> × °C) + 32.</p>
<h2><strong>What is difference between C and F?</strong></h2>
<p>Celsius scale, or centigrade scale, is a temperature scale that is based on the freezing point of water at 0°C and the <b>boiling</b> point of water at 100°C. Fahrenheit scale is a temperature scale that is based on the freezing point of water at 32°F and the boiling point of water at 212°F.</p>
<h2><strong>Is degrees C the same as degrees F?</strong></h2>
<p>It has the symbol F. <b>  A degree Fahrenheit has -17.22 degrees Celsius </b> . With this formula, you can easily convert by yourself from degrees Celsius to degrees Fahrenheit, through a calculator or through pen and paper. <br /> &#8230; <br /> degree Fahrenheit. </p>
<table>
<tbody>
<tr>
<th>     degrees Celsius [C]    </th>
<th>     degrees Fahrenheit [F]    </th>
</tr>
<tr>
<td>     5000    </td>
<td>     9032    </td>
</tr>
</tbody>
</table>
<h2><strong>Is 100 Kelvin hot or cold?</strong></h2>
<p>temperature scale that is now known as the Kelvin Temperature Scale. This scale is used by scientists to measure extremely hot and cold temperatures. On the Kelvin scale, degrees are called kelvins (K) and no degree symbol (°) is used. So <b>100 degrees Kelvin is written as</b> 100 K.</p>
<h2><strong>What is the significance of 0 F 0 C &#038; 0 K?</strong></h2>
<p>Celsius and Fahrenheit are scales that were established from reference points (for example boiling point of water or melting point of water). 0 Kelvin is the absolute zero point, <b>which is the point where no molecule moves at all</b>. This is the same as -273.15°C. Kelvin is an international SI unit.</p>
<h2><strong>What is F and C in temperature?</strong></h2>
<p>In the <b>Celsius</b> scale there are 100 degrees between the freezing point and the boiling point of water compared to 180 degrees in the Fahrenheit scale. This means that 1 °<b>C</b> = 1.8 °<b>F</b> (check the section about <b>temperature</b> differences below).</p>
<h2><strong>What is the difference between F and C degrees?</strong></h2>
<p>You see that Celsius has 100 degrees between the freezing and boiling point, whereas Fahrenheit has 180 degrees between these two points. <b>One degree Celsius is 1.8 times larger than one degree Fahrenheit</b>.</p>
<h2><strong>Is Fahrenheit older than Celsius?</strong></h2>
<p>He originally had the scale in the opposite order of the scale used today — 0°C was the boiling point of water, and 100°C was the freezing point — but other scientists later reversed the scale. The Fahrenheit scale was first proposed in 1724 by the German physicist Daniel Gabriel Fahrenheit.</p>
<h2><strong>What is 50 F converted to C and K?</strong></h2>
<p>What is 50 F converted to C and K? </p>
<table>
<tbody>
<tr>
<th>     Kelvin    </th>
<th>     Fahrenheit    </th>
<th>     Celsius    </th>
</tr>
<tr>
<td>     283    </td>
<td>     50    </td>
<td>     <b>      10     </b>    </td>
</tr>
<tr>
<td>     273    </td>
<td>     32    </td>
<td>    </td>
</tr>
<tr>
<td>     263    </td>
<td>     14    </td>
<td>     -10    </td>
</tr>
<tr>
<td>     253    </td>
<td>     -4    </td>
<td>     -20    </td>
</tr>
</tbody>
</table>
<p> 18 janv. 2019</p>
<h2><strong>At what temperature C and F are the same?</strong></h2>
<p>Therefore, Celsius and Fahrenheit scale coincide at <b>-40 degrees</b>.</p>
<h2><strong>Is 70 degrees Celsius bad for a GPU?</strong></h2>
<p>70 degrees Celsius is the highest normal for a standard GPU. This means that while 70 degrees is quite hot, it is not so hot that you start worrying about it. Anything above it, though, is a matter of concern. The optimal temperature, according to us, is between 50 and 60 degrees Celsius but <b>70 is not bad either</b>.</p>
<h2><strong>What is the Fahrenheit equivalent of 200 degrees C?</strong></h2>
<p>How To Convert 200 °C to °F </p>
<table>
<tbody>
<tr>
<th>     °F =    </th>
<th>     ( 200 x 1.8 ) + 32    </th>
</tr>
<tr>
<td>     =    </td>
<td>     360 + 32    </td>
</tr>
<tr>
<td>     =    </td>
<td>     <b>      392 °F     </b>    </td>
</tr>
<tr>
<td>     ∴    </td>
<td>     therefore, 200 Celsius (°C) is equal to 392 Fahrenheit (°F)    </td>
</tr>
</tbody>
</table>
<h2><strong>How many degrees is 70?</strong></h2>
<p>Temperature Equivalents (Fahrenheit/Celsius) and Sugar Stages </p>
<table>
<tbody>
<tr>
<th>     To Convert Fahrenheit to Celsius Subtract 32, multiply by 5, then divide by 9 To Convert Celsius to Fahrenheit Multiply by 9, divide by 5, then add 32.    </th>
</tr>
<tr>
<td>     40 degrees F    </td>
<td>     4.4 degrees C    </td>
</tr>
<tr>
<td>     50 degrees F    </td>
<td>     10 degrees C    </td>
</tr>
<tr>
<td>     60 degrees F    </td>
<td>     15.6 degrees C    </td>
</tr>
<tr>
<td>     70 degrees F    </td>
<td>     <b>      21.1 degrees C     </b>    </td>
</tr>
</tbody>
</table>
<h2><strong>Which temperature is equal to 60 K?</strong></h2>
<p>Kelvin to Celsius conversion table </p>
<table>
<tbody>
<tr>
<th>     Kelvin (K)    </th>
<th>     Celsius (°C)    </th>
</tr>
<tr>
<td>     40 K    </td>
<td>     -233.15 °C    </td>
</tr>
<tr>
<td>     50 K    </td>
<td>     -223.15 °C    </td>
</tr>
<tr>
<td>     60 K    </td>
<td>     <b>      -213.15 °C     </b>    </td>
</tr>
<tr>
<td>     70 K    </td>
<td>     -203.15 °C    </td>
</tr>
</tbody>
</table>
<h2><strong>Why do we convert Celsius to Kelvin?</strong></h2>
<p>Take your Celsius temperature and add 273.15. Your answer will be in Kelvin. &#8230; The reason is because <b>Kelvin is an absolute scale, based on absolute zero</b>, while the zero on the Celsius scale is based on the properties of water. Also, measurements given in Kelvin will always be larger numbers than in Celsius.</p>
<h2><strong>What is the normal temperature of human body in Kelvin?</strong></h2>
<p>Kelvin is commonly used to measure very low and very high temperatures. So, the correct answer is <b>310 K</b>. Note: The normal body temperature in Fahrenheit is 98.6° F which is equal to 37° C. Fahrenheit can be converted to Kelvin by first changing it to Celsius then adding 273.15.</p>
<p>The post <a rel="nofollow" href="https://truediy.net/diy-crafts/which-is-colder-f-or-c/">Which is colder F or C?</a> appeared first on <a rel="nofollow" href="https://truediy.net">True DIY : Your Number One Source for everything DIY, Crafts and handmade</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://truediy.net/diy-crafts/which-is-colder-f-or-c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">22798</post-id>	</item>
	</channel>
</rss>
